Home
last modified time | relevance | path

Searched refs:ff_mpeg_ref_picture (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_dec.c110 (ret = ff_mpeg_ref_picture(s->avctx, &s->picture[i], &s1->picture[i])) < 0) in ff_mpeg_update_thread_context()
118 ret = ff_mpeg_ref_picture(s->avctx, &s->pic, &s1->pic);\ in ff_mpeg_update_thread_context()
355 if ((ret = ff_mpeg_ref_picture(s->avctx, &s->current_picture, in ff_mpv_frame_start()
451 (ret = ff_mpeg_ref_picture(s->avctx, &s->last_picture, in ff_mpv_frame_start()
457 (ret = ff_mpeg_ref_picture(s->avctx, &s->next_picture, in ff_mpv_frame_start()
H A Dmpegpicture.h108 int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src);
H A Dmpegpicture.c377 int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src) in ff_mpeg_ref_picture() function
H A Dmpegvideo_enc.c1608 if ((ret = ff_mpeg_ref_picture(s->avctx, &s->current_picture, in frame_start()
1620 (ret = ff_mpeg_ref_picture(s->avctx, &s->last_picture, in frame_start()
1627 (ret = ff_mpeg_ref_picture(s->avctx, &s->next_picture, in frame_start()

Completed in 8 milliseconds