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

  /external/libxcam/modules/ocl/
cl_blender.h 57 virtual SmartPtr<CLImage> get_output_image () = 0;
cl_fisheye_handler.h 114 SmartPtr<CLImage> &get_output_image (NV12PlaneIdx index) {
cl_image_360_stitch.h 54 virtual SmartPtr<CLImage> get_output_image ();
cl_fisheye_handler.cpp 82 SmartPtr<CLImage> output_y = _handler->get_output_image (NV12PlaneYIdx);
83 SmartPtr<CLImage> output_uv = _handler->get_output_image (NV12PlaneUVIdx);
548 return get_output_image (index);
cl_blender.cpp 38 SmartPtr<CLImage> image_out = get_output_image ();
cl_pyramid_blender.h 342 virtual SmartPtr<CLImage> get_output_image ();
cl_image_360_stitch.cpp 72 CLBlenderGlobalScaleKernel::get_output_image () { function in class:XCam::CLBlenderGlobalScaleKernel
cl_pyramid_blender.cpp     [all...]

Completed in 128 milliseconds