Searched refs:got_frame_ptr (Results 51 - 75 of 132) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Datrac1.c277 int *got_frame_ptr, AVPacket *avpkt)
326 *got_frame_ptr = 1;
276 atrac1_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dbmv.c314 int *got_frame_ptr, AVPacket *avpkt)
350 *got_frame_ptr = 1;
313 bmv_aud_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Ddpcm.c174 int *got_frame_ptr, AVPacket *avpkt)
322 *got_frame_ptr = 1;
173 dpcm_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Ddsicinav.c338 int *got_frame_ptr, AVPacket *avpkt)
368 *got_frame_ptr = 1;
337 cinaudio_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dwmavoice.c1735 static int synth_superframe(AVCodecContext *ctx, int *got_frame_ptr) argument
1759 *got_frame_ptr = 0;
1831 *got_frame_ptr = 0;
1844 *got_frame_ptr = 1;
1932 int *got_frame_ptr, AVPacket *avpkt)
1945 *got_frame_ptr = 0;
1966 if ((res = synth_superframe(ctx, got_frame_ptr)) == 0 &&
1967 *got_frame_ptr) {
1985 if ((res = synth_superframe(ctx, got_frame_ptr)) < 0) {
1987 } else if (*got_frame_ptr) {
1931 wmavoice_decode_packet(AVCodecContext *ctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
[all...]
H A Dwmaprodec.c1311 static int decode_frame(WMAProDecodeCtx *s, int *got_frame_ptr) argument
1409 *got_frame_ptr = 0;
1411 *got_frame_ptr = 1;
1518 int *got_frame_ptr, AVPacket* avpkt)
1527 *got_frame_ptr = 0;
1577 decode_frame(s, got_frame_ptr);
1600 s->packet_done = !decode_frame(s, got_frame_ptr);
1610 s->packet_done = !decode_frame(s, got_frame_ptr);
1626 if (*got_frame_ptr)
1517 decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket* avpkt) argument
H A Dmlpdec.c912 void *data, int *got_frame_ptr)
947 *got_frame_ptr = 1;
958 int *got_frame_ptr, AVPacket *avpkt)
994 *got_frame_ptr = 0;
1139 if ((ret = output_data(m, m->max_decoded_substream, data, got_frame_ptr)) < 0)
911 output_data(MLPDecodeContext *m, unsigned int substr, void *data, int *got_frame_ptr) argument
957 read_access_unit(AVCodecContext *avctx, void* data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dflacdec.c559 int *got_frame_ptr, AVPacket *avpkt)
569 *got_frame_ptr = 0;
652 *got_frame_ptr = 1;
558 flac_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dvmdav.c525 int *got_frame_ptr, AVPacket *avpkt)
538 *got_frame_ptr = 0;
607 *got_frame_ptr = 1;
524 vmdaudio_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dg726.c438 int *got_frame_ptr, AVPacket *avpkt)
465 *got_frame_ptr = 1;
437 g726_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dtruespeech.c308 int *got_frame_ptr, AVPacket *avpkt)
354 *got_frame_ptr = 1;
307 truespeech_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dapedec.c817 int *got_frame_ptr, AVPacket *avpkt)
836 *got_frame_ptr = 0;
884 *got_frame_ptr = 0;
920 *got_frame_ptr = 1;
816 ape_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dwavpack.c755 void *data, int *got_frame_ptr,
770 *got_frame_ptr = 0;
797 *got_frame_ptr = 0;
1152 *got_frame_ptr = 1;
1167 int *got_frame_ptr, AVPacket *avpkt)
1234 s->frame.data[0], got_frame_ptr,
1243 if (*got_frame_ptr)
754 wavpack_decode_block(AVCodecContext *avctx, int block_no, void *data, int *got_frame_ptr, const uint8_t *buf, int buf_size) argument
1166 wavpack_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac1.c273 int *got_frame_ptr, AVPacket *avpkt)
313 *got_frame_ptr = 1;
272 atrac1_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Ddpcm.c170 int *got_frame_ptr, AVPacket *avpkt)
323 *got_frame_ptr = 1;
169 dpcm_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dwmavoice.c1751 int *got_frame_ptr)
1775 *got_frame_ptr = 0;
1846 *got_frame_ptr = 0;
1859 *got_frame_ptr = 1;
1947 int *got_frame_ptr, AVPacket *avpkt)
1960 *got_frame_ptr = 0;
1981 if ((res = synth_superframe(ctx, data, got_frame_ptr)) == 0 &&
1982 *got_frame_ptr) {
1999 if ((res = synth_superframe(ctx, data, got_frame_ptr)) < 0) {
2001 } else if (*got_frame_ptr) {
1750 synth_superframe(AVCodecContext *ctx, AVFrame *frame, int *got_frame_ptr) argument
1946 wmavoice_decode_packet(AVCodecContext *ctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
[all...]
H A Dflacdec.c496 int *got_frame_ptr, AVPacket *avpkt)
506 *got_frame_ptr = 0;
573 *got_frame_ptr = 1;
495 flac_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dopusdec.c445 int *got_frame_ptr, AVPacket *avpkt)
471 *got_frame_ptr = 0;
539 *got_frame_ptr = !!decoded_samples;
444 opus_decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dralf.c421 static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, argument
455 *got_frame_ptr = 0;
510 *got_frame_ptr = ctx->sample_offset > 0;
H A Datrac3plusdec.c326 int *got_frame_ptr, AVPacket *avpkt)
382 *got_frame_ptr = 1;
325 atrac3p_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dg726.c427 int *got_frame_ptr, AVPacket *avpkt)
455 *got_frame_ptr = 1;
426 g726_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dtruespeech.c307 int *got_frame_ptr, AVPacket *avpkt)
352 *got_frame_ptr = 1;
306 truespeech_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dtta.c214 int *got_frame_ptr, AVPacket *avpkt)
376 *got_frame_ptr = 1;
213 tta_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dwmaprodec.c1323 static int decode_frame(WMAProDecodeCtx *s, AVFrame *frame, int *got_frame_ptr) argument
1416 *got_frame_ptr = 0;
1419 *got_frame_ptr = 1;
1520 int *got_frame_ptr, AVPacket* avpkt)
1529 *got_frame_ptr = 0;
1580 decode_frame(s, data, got_frame_ptr);
1604 s->packet_done = !decode_frame(s, data, got_frame_ptr);
1614 s->packet_done = !decode_frame(s, data, got_frame_ptr);
1519 decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket* avpkt) argument
H A Dmlpdec.c1071 AVFrame *frame, int *got_frame_ptr)
1105 *got_frame_ptr = 1;
1115 int *got_frame_ptr, AVPacket *avpkt)
1151 *got_frame_ptr = 0;
1296 if ((ret = output_data(m, m->max_decoded_substream, data, got_frame_ptr)) < 0)
1070 output_data(MLPDecodeContext *m, unsigned int substr, AVFrame *frame, int *got_frame_ptr) argument
1114 read_access_unit(AVCodecContext *avctx, void* data, int *got_frame_ptr, AVPacket *avpkt) argument

Completed in 125 milliseconds

123456