Home
last modified time | relevance | path

Searched refs:DrmBoBufferPool (Results 1 – 9 of 9) sorted by relevance

/external/libxcam/xcore/
Ddrm_bo_buffer.h32 class DrmBoBufferPool; variable
71 friend class DrmBoBufferPool; variable
90 class DrmBoBufferPool
96 explicit DrmBoBufferPool (SmartPtr<DrmDisplay> &display);
97 ~DrmBoBufferPool ();
123 XCAM_DEAD_COPY (DrmBoBufferPool);
Ddrm_bo_buffer.cpp165 DrmBoBufferPool::DrmBoBufferPool (SmartPtr<DrmDisplay> &display) in DrmBoBufferPool() function in XCam::DrmBoBufferPool
175 DrmBoBufferPool::~DrmBoBufferPool () in ~DrmBoBufferPool()
182 DrmBoBufferPool::update_swap_init_order (uint32_t init_order) in update_swap_init_order()
210 DrmBoBufferPool::fixate_video_info (VideoBufferInfo &info) in fixate_video_info()
240 DrmBoBufferPool::init_swap_order (VideoBufferInfo &info) in init_swap_order()
270 DrmBoBufferPool::allocate_data (const VideoBufferInfo &buffer_info) in allocate_data()
277 DrmBoBufferPool::create_buffer_from_data (SmartPtr<BufferData> &data) in create_buffer_from_data()
Ddrm_display.h47 class DrmBoBufferPool; variable
57 friend class DrmBoBufferPool; variable
Dfake_poll_thread.cpp149 _buf_pool = new DrmBoBufferPool (drm_disp); in init_buffer_pool()
/external/libxcam/modules/ocl/
Dcl_image_handler.cpp125 SmartPtr<DrmBoBufferPool> pool = _buf_pool.dynamic_cast_ptr<DrmBoBufferPool> (); in enable_buf_pool_swap_flags()
184 buffer_pool = new DrmBoBufferPool (display); in create_buffer_pool()
Dcl_image_bo_buffer.h70 : public DrmBoBufferPool
Dcl_image_bo_buffer.cpp81 : DrmBoBufferPool (display) in CLBoBufferPool()
/external/libxcam/tests/
Dtest-image-blend.cpp141 SmartPtr<BufferPool> buf_pool = new DrmBoBufferPool (display); in create_dma_buffer()
264 buf_pool0 = new DrmBoBufferPool (display); in main()
265 buf_pool1 = new DrmBoBufferPool (display); in main()
/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp902 SmartPtr<DrmBoBufferPool> bo_buf_pool = buf_pool.dynamic_cast_ptr<DrmBoBufferPool> (); in gst_xcam_filter_before_transform()