HomeSort by relevance Sort by last modified time
    Searched refs:ps_prev_long (Results 1 - 4 of 4) sorted by null

  /external/libavc/decoder/
ih264d_dpb_mgr.c 79 ps_dpb_info[i].ps_prev_long = NULL;
159 if(ps_next_dpb->ps_prev_long->u1_lt_idx == u4_lt_idx)
161 ps_next_dpb = ps_next_dpb->ps_prev_long;
166 ps_unmark_node = ps_next_dpb->ps_prev_long;
218 ps_dpb_mgr->ps_dpb_ht_head = ps_next_dpb->ps_prev_long;
228 ps_next_dpb->ps_prev_long = ps_unmark_node->ps_prev_long; //update link
229 ps_unmark_node->ps_prev_long = NULL;
312 ps_mov_node->ps_prev_long = ps_next_dpb;
319 ps_next_dpb = ps_next_dpb->ps_prev_long;
    [all...]
ih264d_dpb_manager.h 74 struct dpb_info_t *ps_prev_long; /** Link to the DPB with previous long term frame*/ member in struct:dpb_info_t
ih264d_process_pslice.c     [all...]
ih264d_process_bslice.c     [all...]

Completed in 59 milliseconds