Searched refs:rpl_tab_buf (Results 1 – 3 of 3) sorted by relevance
46 av_buffer_unref(&frame->rpl_tab_buf); in ff_hevc_unref_frame()104 frame->rpl_tab_buf = av_buffer_pool_get(s->rpl_tab_pool); in alloc_frame()105 if (!frame->rpl_tab_buf) in alloc_frame()107 frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data; in alloc_frame()
407 AVBufferRef *rpl_tab_buf; member
3378 dst->rpl_tab_buf = av_buffer_ref(src->rpl_tab_buf); in hevc_ref_frame()3379 if (!dst->rpl_tab_buf) in hevc_ref_frame()