Searched refs:ff_mpv_frame_start (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideodec.h | 52 int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx);
|
H A D | h261dec.c | 646 if (ff_mpv_frame_start(s, avctx) < 0) in h261_decode_frame()
|
H A D | h263dec.c | 617 if ((ret = ff_mpv_frame_start(s, avctx)) < 0) in ff_h263_decode_frame() 634 * ff_mpv_frame_start() */ in ff_h263_decode_frame()
|
H A D | rv10.c | 484 if ((ret = ff_mpv_frame_start(s, avctx)) < 0) in rv10_decode_packet()
|
H A D | mpegvideo_dec.c | 276 int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx) in ff_mpv_frame_start() function
|
H A D | mss2.c | 408 if ((ret = ff_mpv_frame_start(s, avctx)) < 0) { in decode_wmv9() 409 av_log(v->s.avctx, AV_LOG_ERROR, "ff_mpv_frame_start error\n"); in decode_wmv9()
|
H A D | vc1dec.c | 878 if ((ret = ff_mpv_frame_start(s, avctx)) < 0) { in vc1_decode_frame()
|
H A D | rv34.c | 1693 if (ff_mpv_frame_start(s, s->avctx) < 0) in ff_rv34_decode_frame()
|
H A D | mpeg12dec.c | 1590 if ((ret = ff_mpv_frame_start(s, avctx)) < 0) in mpeg_field_start()
|
Completed in 14 milliseconds