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

  /external/libmpeg2/common/
impeg2_buf_mgr.c 81 ps_buf_mgr->u4_max_buf_cnt = BUF_MGR_MAX_CNT;
122 if(i4_buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt)
170 for(id = 0; id < (WORD32)ps_buf_mgr->u4_max_buf_cnt; id++)
211 for(id = 0; id < ps_buf_mgr->u4_max_buf_cnt; id++)
257 if(i4_buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt)
312 if(i4_buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt)
410 return ps_buf_mgr->u4_max_buf_cnt;
impeg2_buf_mgr.h 50 UWORD32 u4_max_buf_cnt; member in struct:__anon23579
72 // Add buffer to buffer manager. 0: success, -1: fail (u4_active_buf_cnt has reached u4_max_buf_cnt)
  /external/libhevc/common/
ihevc_buf_mgr.c 79 ps_buf_mgr->u4_max_buf_cnt = BUF_MGR_MAX_CNT;
120 if(buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt)
168 for(id = 0; id < (WORD32)ps_buf_mgr->u4_max_buf_cnt; id++)
211 for(id = 0; id < ps_buf_mgr->u4_max_buf_cnt; id++)
259 if(buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt)
310 if(buf_id >= (WORD32)ps_buf_mgr->u4_max_buf_cnt)
409 return ps_buf_mgr->u4_max_buf_cnt;
ihevc_buf_mgr.h 48 UWORD32 u4_max_buf_cnt; member in struct:__anon23169
70 // Add buffer to buffer manager. 0: success, -1: fail (u4_active_buf_cnt has reached u4_max_buf_cnt)
  /external/libhevc/decoder/
ihevcd_ref_list.c 80 for(i = 0; i < ps_mv_buf_mgr->u4_max_buf_cnt; i++)

Completed in 815 milliseconds