Searched refs:ff_mpeg_ref_picture (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_dec.c | 110 (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 D | mpegpicture.h | 108 int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src);
|
H A D | mpegpicture.c | 377 int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src) in ff_mpeg_ref_picture() function
|
H A D | mpegvideo_enc.c | 1608 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