Home | History | Annotate | Download | only in common

Lines Matching refs:i4_long_term_frame_idx

99         ps_dpb_mgr->as_top_field_pics[i].i4_long_term_frame_idx    = -1;
100 ps_dpb_mgr->as_bottom_field_pics[i].i4_long_term_frame_idx = -1;
417 frame_idx_node1 = ps_dpb_node1->ps_pic_buf->i4_long_term_frame_idx;
418 frame_idx_node2 = ps_dpb_node2->ps_pic_buf->i4_long_term_frame_idx;
439 frame_idx_node1 = ps_pic_node1->i4_long_term_frame_idx;
440 frame_idx_node2 = ps_pic_node2->i4_long_term_frame_idx;
633 ps_dpb_info[i].ps_pic_buf->i4_long_term_frame_idx = long_term_frame_idx;
992 if(ps_dpb_mgr->ps_dpb_long_term_head->ps_pic_buf->i4_long_term_frame_idx
1011 if(ps_dpb_node2->ps_pic_buf->i4_long_term_frame_idx > max_frame_idx)