Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Dshared_item_pool.cpp25 , _max_count(max_count) in SharedItemPool()
27 if (_max_count > 0) in SharedItemPool()
28 reserve (_max_count); in SharedItemPool()
39 if (_max_count > 0) in init()
44 _max_count = get_free_buffer_size (); in init()
H A Dshared_item_pool.h161 uint32_t _max_count; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dbuffer_pool.cpp69 , _max_count (0) in BufferPool()
124 _max_count = i; in reserve()
125 _allocated_num = _max_count; in reserve()
140 XCAM_ASSERT (_allocated_num <= _max_count || !_max_count); in add_data_unsafe()
H A Dbuffer_pool.h125 uint32_t _max_count; variable