Searched refs:mp_decode_frame (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmotionpixels.c239 static int mp_decode_frame(AVCodecContext *avctx, function
324 .decode = mp_decode_frame,
H A Dmpegaudiodec.c1548 static int mp_decode_frame(MPADecodeContext *s, OUT_INT *samples, function
1669 ret = mp_decode_frame(s, NULL, buf, buf_size);
1742 ret = mp_decode_frame(s, NULL, buf, buf_size);
1953 if ((ret = mp_decode_frame(m, outptr, buf, fsize)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmotionpixels.c283 static int mp_decode_frame(AVCodecContext *avctx, function
353 .decode = mp_decode_frame,
H A Dmpegaudiodec_template.c1548 static int mp_decode_frame(MPADecodeContext *s, OUT_INT **samples, function
1684 ret = mp_decode_frame(s, NULL, buf, buf_size);
1761 ret = mp_decode_frame(s, NULL, buf, buf_size);
1958 if ((ret = mp_decode_frame(m, outptr, buf, fsize)) < 0) {

Completed in 73 milliseconds