Searched refs:BufferPool (Results 1 – 10 of 10) sorted by relevance
67 BufferPool::BufferPool () in BufferPool() function in XCam::BufferPool74 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()[all …]
30 class BufferPool; variable57 void set_buf_pool (const SmartPtr<BufferPool> &pool) { in set_buf_pool()76 SmartPtr<BufferPool> _pool;79 class BufferPool85 explicit BufferPool ();86 virtual ~BufferPool ();90 SmartPtr<VideoBuffer> get_buffer (const SmartPtr<BufferPool> &self);118 XCAM_DEAD_COPY (BufferPool);
46 typedef std::vector<SmartPtr<V4l2Buffer>> BufferPool; typedef176 BufferPool _buf_pool;
69 class DrmBufferPool : public BufferPool {
23 : BufferPool() in SharedItemPool()70 ret_buf->set_buf_pool (SmartPtr<BufferPool>(this)); in get_item()
143 : public BufferPool
481 class CV_EXPORTS BufferPool class486 explicit BufferPool(Stream& stream);691 friend class BufferPool;
271 std::vector<std::pair<rkaiq_thumbnails_config_t, SmartPtr<XCam::BufferPool>>> pools_;445 [&type, &config](const std::pair<rkaiq_thumbnails_config_t, SmartPtr<BufferPool>>& pool) { in GetBufferByConfig()