Searched refs:mp_decode_frame (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motionpixels.c | 280 static int mp_decode_frame(AVCodecContext *avctx, in mp_decode_frame() function 356 .decode = mp_decode_frame,
|
D | mpegaudiodec_template.c | 1463 static int mp_decode_frame(MPADecodeContext *s, OUT_INT **samples, in mp_decode_frame() function 1598 ret = mp_decode_frame(s, NULL, buf, buf_size); in decode_frame() 1674 ret = mp_decode_frame(s, NULL, buf, buf_size); in decode_frame_adu() 1870 if ((ret = mp_decode_frame(m, outptr, buf, fsize)) < 0) { in decode_frame_mp3on4()
|