Searched refs:CLBoBufferPool (Results 1 – 4 of 4) sorted by relevance
32 class CLBoBufferPool; variable37 friend class CLBoBufferPool; variable57 friend class CLBoBufferPool; variable69 class CLBoBufferPool73 explicit CLBoBufferPool (SmartPtr<DrmDisplay> &display, SmartPtr<CLContext> &context);74 ~CLBoBufferPool ();84 XCAM_DEAD_COPY (CLBoBufferPool);
80 CLBoBufferPool::CLBoBufferPool (SmartPtr<DrmDisplay> &display, SmartPtr<CLContext> &context) in CLBoBufferPool() function in XCam::CLBoBufferPool88 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()
186 buffer_pool = new CLBoBufferPool (display, get_context ()); in create_buffer_pool()
58 friend class CLBoBufferPool; variable