Home
last modified time | relevance | path

Searched refs:ff_mpv_frame_start (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideodec.h52 int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx);
H A Dh261dec.c646 if (ff_mpv_frame_start(s, avctx) < 0) in h261_decode_frame()
H A Dh263dec.c617 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 Drv10.c484 if ((ret = ff_mpv_frame_start(s, avctx)) < 0) in rv10_decode_packet()
H A Dmpegvideo_dec.c276 int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx) in ff_mpv_frame_start() function
H A Dmss2.c408 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 Dvc1dec.c878 if ((ret = ff_mpv_frame_start(s, avctx)) < 0) { in vc1_decode_frame()
H A Drv34.c1693 if (ff_mpv_frame_start(s, s->avctx) < 0) in ff_rv34_decode_frame()
H A Dmpeg12dec.c1590 if ((ret = ff_mpv_frame_start(s, avctx)) < 0) in mpeg_field_start()

Completed in 14 milliseconds