Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dbuffer_pool.cpp112 _buf_list.push (new_data); in reserve()
137 _buf_list.push (data); in add_data_unsafe()
163 data = _buf_list.pop (); in get_buffer()
187 _buf_list.pause_pop (); in stop()
198 _buf_list.push (data); in release()
H A Dfake_v4l2_device.cpp87 _buf_list.clear(); in stop()
138 if(!_buf_list.empty()) { in io_control()
139 vb_info = _buf_list.front(); in io_control()
140 _buf_list.pop_front(); in io_control()
292 _buf_list.push_back(*vbinfo); in enqueue_rawbuffer()
300 if (!_buf_list.empty() && _queued_bufcnt) { in on_timer_proc()
H A Dbuffer_pool.h100 return !_buf_list.is_empty (); in has_free_buffers()
104 return _buf_list.size (); in get_free_buffer_size()
123 SafeList<BufferData> _buf_list; variable
H A Dfake_v4l2_device.h57 std::list<struct rk_aiq_vbuf_info> _buf_list; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Dshared_item_pool.cpp62 data = _buf_list.pop (); in get_item()
67 LOG1_ANALYZER("Get item : %s remain count %d", typeid(T).name(), _buf_list.size()); in get_item()