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

  /external/libavc/decoder/
ih264d_dpb_mgr.c 78 ps_dpb_info[i].ps_prev_long = NULL;
158 if(ps_next_dpb->ps_prev_long->u1_lt_idx == u4_lt_idx)
160 ps_next_dpb = ps_next_dpb->ps_prev_long;
165 ps_unmark_node = ps_next_dpb->ps_prev_long;
217 ps_dpb_mgr->ps_dpb_ht_head = ps_next_dpb->ps_prev_long;
227 ps_next_dpb->ps_prev_long = ps_unmark_node->ps_prev_long; //update link
228 ps_unmark_node->ps_prev_long = NULL;
311 ps_mov_node->ps_prev_long = ps_next_dpb;
318 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...]
ih264d_parse_slice.c     [all...]

Completed in 95 milliseconds