Home
last modified time | relevance | path

Searched refs:BufferPool (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dbuffer_pool.cpp67 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()
[all …]
H A Dbuffer_pool.h30 class BufferPool; variable
57 void set_buf_pool (const SmartPtr<BufferPool> &pool) { in set_buf_pool()
76 SmartPtr<BufferPool> _pool;
79 class BufferPool
85 explicit BufferPool ();
86 virtual ~BufferPool ();
90 SmartPtr<VideoBuffer> get_buffer (const SmartPtr<BufferPool> &self);
118 XCAM_DEAD_COPY (BufferPool);
H A Dv4l2_device.h46 typedef std::vector<SmartPtr<V4l2Buffer>> BufferPool; typedef
176 BufferPool _buf_pool;
H A Ddrm_buffer.h69 class DrmBufferPool : public BufferPool {
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Dshared_item_pool.cpp23 : BufferPool() in SharedItemPool()
70 ret_buf->set_buf_pool (SmartPtr<BufferPool>(this)); in get_item()
H A Dshared_item_pool.h143 : public BufferPool
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.hpp481 class CV_EXPORTS BufferPool class
486 explicit BufferPool(Stream& stream);
691 friend class BufferPool;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.hpp481 class CV_EXPORTS BufferPool class
486 explicit BufferPool(Stream& stream);
691 friend class BufferPool;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.hpp481 class CV_EXPORTS BufferPool class
486 explicit BufferPool(Stream& stream);
691 friend class BufferPool;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dthumbnails.cpp271 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()