HomeSort by relevance Sort by last modified time
    Searched refs:create_buffer_pool (Results 1 - 4 of 4) sorted by null

  /external/libxcam/modules/ocl/
cl_image_360_stitch.h 115 bool create_buffer_pool (SmartPtr<BufferPool> &buf_pool, uint32_t width, uint32_t height);
cl_image_handler.h 143 XCamReturn create_buffer_pool (const VideoBufferInfo &video_info);
cl_image_handler.cpp 165 CLImageHandler::create_buffer_pool (const VideoBufferInfo &video_info) function in class:XCam::CLImageHandler
276 ret = create_buffer_pool (output_video_info);
cl_image_360_stitch.cpp 543 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 619 milliseconds