Home
last modified time | relevance | path

Searched refs:CLRgbPipeImageKernel (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_rgb_pipe_handler.h38 class CLRgbPipeImageKernel
42 explicit CLRgbPipeImageKernel (const SmartPtr<CLContext> &context);
51 bool set_rgb_pipe_kernel (SmartPtr<CLRgbPipeImageKernel> &kernel);
59 SmartPtr<CLRgbPipeImageKernel> _rgb_pipe_kernel;
Dcl_rgb_pipe_handler.cpp35 CLRgbPipeImageKernel::CLRgbPipeImageKernel (const SmartPtr<CLContext> &context) in CLRgbPipeImageKernel() function in XCam::CLRgbPipeImageKernel
49 CLRgbPipeImageHandler::set_rgb_pipe_kernel(SmartPtr<CLRgbPipeImageKernel> &kernel) in set_rgb_pipe_kernel()
137 SmartPtr<CLRgbPipeImageKernel> rgb_pipe_kernel; in create_cl_rgb_pipe_image_handler()
139 rgb_pipe_kernel = new CLRgbPipeImageKernel (context); in create_cl_rgb_pipe_image_handler()