Home
last modified time | relevance | path

Searched refs:ps_prev_dpb (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/common/
Dihevc_dpb_mgr.c81 ps_dpb_info[i].ps_prev_dpb = NULL; in ihevc_dpb_mgr_init()
155 ps_dpb_info[i].ps_prev_dpb = ps_dpb_mgr->ps_dpb_head; in ihevc_dpb_mgr_insert_ref()
218 if(ps_next_dpb->ps_prev_dpb->ps_pic_buf->i4_abs_poc == i4_abs_poc) in ihevc_dpb_mgr_del_ref()
220 ps_next_dpb = ps_next_dpb->ps_prev_dpb; in ihevc_dpb_mgr_del_ref()
228 ps_unmark_node = ps_next_dpb->ps_prev_dpb; in ihevc_dpb_mgr_del_ref()
233 ps_dpb_mgr->ps_dpb_head = ps_unmark_node->ps_prev_dpb; in ihevc_dpb_mgr_del_ref()
237 ps_next_dpb->ps_prev_dpb = ps_unmark_node->ps_prev_dpb; //update link in ihevc_dpb_mgr_del_ref()
238 ps_unmark_node->ps_prev_dpb = NULL; in ihevc_dpb_mgr_del_ref()
245 ps_unmark_node->ps_prev_dpb = NULL; in ihevc_dpb_mgr_del_ref()
358 ps_next_ref = ps_next_ref->ps_prev_dpb; in ihevc_dpb_mgr_get_ref_by_poc()
[all …]
Dihevc_dpb_mgr.h66 dpb_info_t *ps_prev_dpb; member