Home
last modified time | relevance | path

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

/external/libavc/common/
Dih264_buf_mgr.c253 ps_buf_mgr->i4_active_buf_cnt = 0; in ih264_buf_mgr_init()
316 ps_buf_mgr->i4_active_buf_cnt++; in ih264_buf_mgr_add()
356 for(id = 0; id < ps_buf_mgr->i4_active_buf_cnt; id++) in ih264_buf_mgr_get_next_free()
403 for(id = 0; id < ps_buf_mgr->i4_active_buf_cnt; id++) in ih264_buf_mgr_check_free()
456 if(buf_id >= ps_buf_mgr->i4_active_buf_cnt) in ih264_buf_mgr_release()
516 if(buf_id >= ps_buf_mgr->i4_active_buf_cnt) in ih264_buf_mgr_set_status()
647 for(id = 0; id < ps_buf_mgr->i4_active_buf_cnt; id++) in ih264_buf_mgr_get_bufid()
690 u4_buf_cnt = ps_buf_mgr->i4_active_buf_cnt; in ih264_buf_mgr_get_num_active_buf()
Dih264_buf_mgr.h62 WORD32 i4_active_buf_cnt; member