Lines Matching refs:BufferPool
67 BufferPool::BufferPool () in BufferPool() function in XCam::BufferPool
74 BufferPool::~BufferPool () in ~BufferPool()
79 BufferPool::set_video_info (const VideoBufferInfo &info) in set_video_info()
94 BufferPool::update_video_info_unsafe (const VideoBufferInfo &info) in update_video_info_unsafe()
100 BufferPool::reserve (uint32_t max_count) in reserve()
132 BufferPool::add_data_unsafe (const SmartPtr<BufferData> &data) in add_data_unsafe()
145 BufferPool::get_buffer (const SmartPtr<BufferPool> &self) in get_buffer()
175 BufferPool::get_buffer () in get_buffer()
177 return get_buffer (SmartPtr<BufferPool>(this)); in get_buffer()
181 BufferPool::stop () in stop()
191 BufferPool::release (SmartPtr<BufferData> &data) in release()
202 BufferPool::fixate_video_info (VideoBufferInfo &info) in fixate_video_info()
209 BufferPool::create_buffer_from_data (SmartPtr<BufferData> &data) in create_buffer_from_data()