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

  /external/libavc/decoder/
ih264d_dpb_mgr.c 87 ps_dpb_mgr->ps_dpb_st_head = NULL;
406 ps_dpb_info[i].ps_prev_short = ps_dpb_mgr->ps_dpb_st_head;
414 ps_dpb_mgr->ps_dpb_st_head = ps_dpb_info + i;
476 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head;
578 if(ps_unmark_node == ps_dpb_mgr->ps_dpb_st_head)
579 ps_dpb_mgr->ps_dpb_st_head = ps_next_dpb->ps_prev_short;
648 ps_dpb_mgr->ps_dpb_st_head = NULL;
676 struct dpb_info_t *ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head;
    [all...]
ih264d_dpb_manager.h 91 struct dpb_info_t *ps_dpb_st_head; /** Pointer to the most recent picNum */ member in struct:__anon26929
ih264d_parse_slice.c     [all...]
ih264d_process_bslice.c     [all...]
ih264d_process_pslice.c     [all...]
ih264d_utils.c     [all...]

Completed in 217 milliseconds