Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dbuffer_pool.cpp68 : _allocated_num (0) in BufferPool()
108 for (i = _allocated_num; i < max_count; ++i) { in reserve()
125 _allocated_num = _max_count; in reserve()
138 ++_allocated_num; in add_data_unsafe()
140 XCAM_ASSERT (_allocated_num <= _max_count || !_max_count); in add_data_unsafe()
Dbuffer_pool.h124 uint32_t _allocated_num; variable