Home
last modified time | relevance | path

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

/external/libavc/common/
Dih264_disp_mgr.c156 WORD32 min_poc_id; in ih264_disp_mgr_get() local
161 min_poc_id = -1; in ih264_disp_mgr_get()
170 min_poc_id = id; in ih264_disp_mgr_get()
173 *pi4_buf_id = min_poc_id; in ih264_disp_mgr_get()
175 if(-1 == min_poc_id) in ih264_disp_mgr_get()
180 pv_ret_ptr = ps_disp_mgr->apv_ptr[min_poc_id]; in ih264_disp_mgr_get()
183 ps_disp_mgr->apv_ptr[min_poc_id] = NULL; in ih264_disp_mgr_get()
184 ps_disp_mgr->ai4_abs_poc[min_poc_id] = DEFAULT_POC; in ih264_disp_mgr_get()
/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()