Searched refs:create_buffer_pool (Results 1 - 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
H A Dcl_image_360_stitch.h115 bool create_buffer_pool (SmartPtr<BufferPool> &buf_pool, uint32_t width, uint32_t height);
H A Dcl_image_handler.h143 XCamReturn create_buffer_pool (const VideoBufferInfo &video_info);
H A Dcl_image_handler.cpp165 CLImageHandler::create_buffer_pool (const VideoBufferInfo &video_info) function in class:XCam::CLImageHandler
276 ret = create_buffer_pool (output_video_info);
H A Dcl_image_360_stitch.cpp543 create_buffer_pool (_fisheye[i].pool, _fisheye[i].width, _fisheye[i].height);
673 CLImage360Stitch::create_buffer_pool (SmartPtr<BufferPool> &buf_pool, uint32_t width, uint32_t height) function in class:XCam::CLImage360Stitch
741 create_buffer_pool (_scale_buf_pool, buf_info.width + XCAM_BLENDER_GLOBAL_SCALE_EXT_WIDTH, buf_info.height);

Completed in 70 milliseconds