Home
last modified time | relevance | path

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

/external/libmpeg2/common/
Dimpeg2_buf_mgr.c81 ps_buf_mgr->u4_max_buf_cnt = BUF_MGR_MAX_CNT; in impeg2_buf_mgr_init()
116 ps_buf_mgr->u4_max_buf_cnt = BUF_MGR_MAX_CNT; in impeg2_buf_mgr_reset()
155 if(i4_buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt) in impeg2_buf_mgr_add()
203 for(id = 0; id < (WORD32)ps_buf_mgr->u4_max_buf_cnt; id++) in impeg2_buf_mgr_get_next_free()
244 for(id = 0; id < ps_buf_mgr->u4_max_buf_cnt; id++) in impeg2_buf_mgr_check_free()
290 if(i4_buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt) in impeg2_buf_mgr_release()
345 if(i4_buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt) in impeg2_buf_mgr_set_status()
443 return ps_buf_mgr->u4_max_buf_cnt; in impeg2_buf_mgr_get_num_active_buf()
Dimpeg2_buf_mgr.h50 UWORD32 u4_max_buf_cnt; member
/external/libhevc/common/
Dihevc_buf_mgr.c79 ps_buf_mgr->u4_max_buf_cnt = BUF_MGR_MAX_CNT; in ihevc_buf_mgr_init()
120 if(buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt) in ihevc_buf_mgr_add()
168 for(id = 0; id < (WORD32)ps_buf_mgr->u4_max_buf_cnt; id++) in ihevc_buf_mgr_get_next_free()
211 for(id = 0; id < ps_buf_mgr->u4_max_buf_cnt; id++) in ihevc_buf_mgr_check_free()
259 if(buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt) in ihevc_buf_mgr_release()
310 if(buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt) in ihevc_buf_mgr_set_status()
409 return ps_buf_mgr->u4_max_buf_cnt; in ihevc_buf_mgr_get_num_active_buf()
Dihevc_buf_mgr.h48 UWORD32 u4_max_buf_cnt; member
/external/libhevc/decoder/
Dihevcd_ref_list.c80 for(i = 0; i < ps_mv_buf_mgr->u4_max_buf_cnt; i++) in ihevcd_mv_mgr_get_poc()