Searched refs:ff_h264_ref_picture (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_picture.c | 66 int ff_h264_ref_picture(H264Context *h, H264Picture *dst, H264Picture *src) in ff_h264_ref_picture() function
|
D | h264dec.h | 835 int ff_h264_ref_picture(H264Context *h, H264Picture *dst, H264Picture *src);
|
D | h264_refs.c | 576 ff_h264_ref_picture(h, &h->last_pic_for_ec, h->short_ref[0]); in ff_h264_remove_all_refs()
|
D | h264_slice.c | 383 (ret = ff_h264_ref_picture(h, &h->DPB[i], &h1->DPB[i])) < 0) in ff_h264_update_thread_context() 390 ret = ff_h264_ref_picture(h, &h->cur_pic, &h1->cur_pic); in ff_h264_update_thread_context() 519 if ((ret = ff_h264_ref_picture(h, &h->cur_pic, h->cur_pic_ptr)) < 0) in h264_frame_start()
|