Home
last modified time | relevance | path

Searched refs:CLBoBufferPool (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_image_bo_buffer.h32 class CLBoBufferPool; variable
37 friend class CLBoBufferPool; variable
57 friend class CLBoBufferPool; variable
69 class CLBoBufferPool
73 explicit CLBoBufferPool (SmartPtr<DrmDisplay> &display, SmartPtr<CLContext> &context);
74 ~CLBoBufferPool ();
84 XCAM_DEAD_COPY (CLBoBufferPool);
Dcl_image_bo_buffer.cpp80 CLBoBufferPool::CLBoBufferPool (SmartPtr<DrmDisplay> &display, SmartPtr<CLContext> &context) in CLBoBufferPool() function in XCam::CLBoBufferPool
88 CLBoBufferPool::~CLBoBufferPool () in ~CLBoBufferPool()
94 CLBoBufferPool::create_image_bo (const VideoBufferInfo &info) in create_image_bo()
144 CLBoBufferPool::fixate_video_info (VideoBufferInfo &info) in fixate_video_info()
206 CLBoBufferPool::allocate_data (const VideoBufferInfo &buffer_info) in allocate_data()
213 CLBoBufferPool::create_buffer_from_data (SmartPtr<BufferData> &data) in create_buffer_from_data()
Dcl_image_handler.cpp186 buffer_pool = new CLBoBufferPool (display, get_context ()); in create_buffer_pool()
/external/libxcam/xcore/
Ddrm_display.h58 friend class CLBoBufferPool; variable