Home
last modified time | relevance | path

Searched refs:min_poc_id (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/common/
Dihevc_disp_mgr.c158 WORD32 min_poc_id; in ihevc_disp_mgr_get() local
163 min_poc_id = -1; in ihevc_disp_mgr_get()
172 min_poc_id = id; in ihevc_disp_mgr_get()
175 *pi4_buf_id = min_poc_id; in ihevc_disp_mgr_get()
177 if(-1 == min_poc_id) in ihevc_disp_mgr_get()
182 pv_ret_ptr = ps_disp_mgr->apv_ptr[min_poc_id]; in ihevc_disp_mgr_get()
185 ps_disp_mgr->apv_ptr[min_poc_id] = NULL; in ihevc_disp_mgr_get()
186 ps_disp_mgr->ai4_abs_poc[min_poc_id] = DEFAULT_POC; in ihevc_disp_mgr_get()