Searched refs:ps_unmark_node (Results 1 – 2 of 2) sorted by relevance
147 struct dpb_info_t *ps_unmark_node; in ih264d_delete_lt_node() local152 ps_unmark_node = ps_next_dpb; in ih264d_delete_lt_node()165 ps_unmark_node = ps_next_dpb->ps_prev_long; in ih264d_delete_lt_node()172 if(ps_lt_node_to_insert != ps_unmark_node) in ih264d_delete_lt_node()178 if(ps_unmark_node->s_top_field.u1_long_term_frame_idx in ih264d_delete_lt_node()181 ps_unmark_node->s_top_field.u1_reference_info = in ih264d_delete_lt_node()183 ps_unmark_node->s_top_field.u1_long_term_frame_idx = in ih264d_delete_lt_node()187 if(ps_unmark_node->s_bot_field.u1_long_term_frame_idx in ih264d_delete_lt_node()190 ps_unmark_node->s_bot_field.u1_reference_info = in ih264d_delete_lt_node()192 ps_unmark_node->s_bot_field.u1_long_term_frame_idx = in ih264d_delete_lt_node()[all …]
203 dpb_info_t *ps_unmark_node; in ihevc_dpb_mgr_del_ref() local212 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()