Searched refs:mp_decode_frame (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | motionpixels.c | 281 static int mp_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in mp_decode_frame() function 356 FF_CODEC_DECODE_CB(mp_decode_frame),
|
H A D | mpegaudiodec_template.c | 1465 static int mp_decode_frame(MPADecodeContext *s, OUT_INT **samples, in mp_decode_frame() function 1601 ret = mp_decode_frame(s, NULL, buf, buf_size); in decode_frame() 1677 ret = mp_decode_frame(s, NULL, buf, buf_size); in decode_frame_adu() 1872 if ((ret = mp_decode_frame(m, outptr, buf, fsize)) < 0) { in decode_frame_mp3on4()
|
Completed in 4 milliseconds