Home
last modified time | relevance | path

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

12

/external/libxcam/xcore/
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 …]
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);
Dimage_handler.h98 bool set_allocator (const SmartPtr<BufferPool> &allocator);
99 const SmartPtr<BufferPool> &get_allocator () const { in get_allocator()
110 SmartPtr<BufferPool> _allocator;
Dv4l2_device.h42 typedef std::vector<SmartPtr<V4l2Buffer>> BufferPool; typedef
141 BufferPool _buf_pool;
Dfake_poll_thread.h54 SmartPtr<BufferPool> _buf_pool;
Dx3a_stats_pool.h63 : public BufferPool
Dimage_handler.cpp38 ImageHandler::set_allocator (const SmartPtr<BufferPool> &allocator) in set_allocator()
Ddrm_bo_buffer.h91 : public BufferPool
/external/libxcam/modules/soft/
Dsoft_video_buf_allocator.h30 : public BufferPool
51 SafeList<BufferPool> _pools;
/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.h21 struct BufferPool;
30 void vp9_free_ref_frame_buffers(struct BufferPool *pool);
Dvp9_onyxc_int.h77 typedef struct BufferPool { struct
88 } BufferPool; argument
254 BufferPool *buffer_pool;
/external/libxcam/modules/ocl/
Dcl_image_360_stitch.h35 SmartPtr<BufferPool> pool;
115 bool create_buffer_pool (SmartPtr<BufferPool> &buf_pool, uint32_t width, uint32_t height);
138 SmartPtr<BufferPool> _scale_buf_pool;
Dcl_image_handler.h144 SmartPtr<BufferPool> &get_buffer_pool () { in get_buffer_pool()
159 SmartPtr<BufferPool> _buf_pool;
Dcl_video_buffer.h86 : public BufferPool
Dcl_image_scaler.h112 SmartPtr<BufferPool> _scaler_buf_pool;
Dcl_retinex_handler.h129 SmartPtr<BufferPool> _scaler_buf_pool;
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h108 struct VP9Decoder *vp9_decoder_create(BufferPool *const pool);
113 BufferPool *const pool) { in decrease_ref_count()
Dvp9_decoder.c74 VP9Decoder *vp9_decoder_create(BufferPool *const pool) { in vp9_decoder_create()
231 BufferPool *const pool = cm->buffer_pool; in swap_frame_buffers()
266 BufferPool *volatile const pool = cm->buffer_pool; in vp9_receive_compressed_data()
/external/libxcam/capi/
Dcontext_priv.h73 SmartPtr<BufferPool> get_input_buffer_pool() const { in get_input_buffer_pool()
96 SmartPtr<BufferPool> _inbuf_pool;
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h38 BufferPool *buffer_pool;
Dvp9_dx_iface.c203 BufferPool *const pool = cm->buffer_pool; in init_buffer_callbacks()
243 ctx->buffer_pool = (BufferPool *)vpx_calloc(1, sizeof(BufferPool)); in init_decoder()
/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.h97 XCam::SmartPtr<XCam::BufferPool> buf_pool;
Dgstxcamfilter.cpp597 SmartPtr<BufferPool> buf_pool = xcamfilter->buf_pool; in gst_xcam_filter_stop()
757 SmartPtr<BufferPool> buf_pool = xcamfilter->buf_pool; in gst_xcam_filter_set_caps()
891 SmartPtr<BufferPool> buf_pool = xcamfilter->buf_pool; in gst_xcam_filter_before_transform()
/external/libxcam/tests/
Dtest-image-stitching.cpp166 SmartPtr<BufferPool> buf_pool[XCAM_STITCH_FISHEYE_MAX_NUM]; in main()
438 SmartPtr<BufferPool> top_view_pool = new CLVideoBufferPool (); in main()
447 SmartPtr<BufferPool> rectified_view_pool = new CLVideoBufferPool (); in main()
Dtest-image-blend.cpp141 SmartPtr<BufferPool> buf_pool = new DrmBoBufferPool (display); in create_dma_buffer()
168 SmartPtr<BufferPool> buf_pool0, buf_pool1; in main()

12