Searched defs:ps_next_ref (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/common/
H A Dihevc_dpb_mgr.c345 dpb_info_t *ps_next_ref; local
349 ps_next_ref = ps_dpb_mgr->ps_dpb_head;
352 if(ps_next_ref->ps_pic_buf->i4_abs_poc == abs_poc)
354 ps_pic_buf = ps_next_ref->ps_pic_buf;
358 ps_next_ref = ps_next_ref->ps_prev_dpb;
399 dpb_info_t *ps_next_ref; local
401 ps_next_ref = ps_dpb_mgr->ps_dpb_head;
404 if(ps_next_ref->ps_pic_buf->i4_poc_lsb == poc_lsb)
406 ps_pic_buf = ps_next_ref
[all...]

Completed in 46 milliseconds