Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_dpb_mgr.c203 dpb_info_t *ps_unmark_node; in ihevc_dpb_mgr_del_ref() local
212 ps_unmark_node = ps_next_dpb; in ihevc_dpb_mgr_del_ref()
228 ps_unmark_node = ps_next_dpb->ps_prev_dpb; in ihevc_dpb_mgr_del_ref()
231 if(ps_unmark_node == ps_dpb_mgr->ps_dpb_head) 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()
243 ihevc_buf_mgr_release((buf_mgr_t *)ps_buf_mgr, ps_unmark_node->ps_pic_buf->u1_buf_id, in ihevc_dpb_mgr_del_ref()
245 ps_unmark_node->ps_prev_dpb = NULL; in ihevc_dpb_mgr_del_ref()
246 ps_unmark_node->ps_pic_buf = NULL; in ihevc_dpb_mgr_del_ref()