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

  /external/libxcam/modules/ocl/
cl_utils.cpp 117 SmartPtr<CLImage> cl_image; local
133 cl_image = new CLImage2D (context, desc, flags, cl_buf);
141 cl_image = new CLVaImage (ctx, bo_buf, desc, offset);
145 XCAM_FAIL_RETURN (WARNING, cl_image.ptr (), NULL, "convert to climage failed");
146 return cl_image;
cl_image_360_stitch.cpp 50 SmartPtr<CLImage> cl_image; local
59 cl_image = convert_to_climage (context, input, cl_desc, buf_info.offsets[1]);
65 cl_image = convert_to_climage (context, input, cl_desc, buf_info.offsets[0]);
68 return cl_image;
77 SmartPtr<CLImage> cl_image; local
86 cl_image = convert_to_climage (context, output, cl_desc, buf_info.offsets[1]);
91 cl_image = convert_to_climage (context, output, cl_desc, buf_info.offsets[0]);
94 return cl_image;

Completed in 57 milliseconds