Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmotionpixels.c281 static int mp_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in mp_decode_frame() function
356 FF_CODEC_DECODE_CB(mp_decode_frame),
H A Dmpegaudiodec_template.c1465 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