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

  /external/libxcam/modules/ocl/
cl_blender.h 56 virtual SmartPtr<CLImage> get_input_image () = 0;
cl_fisheye_handler.h 110 SmartPtr<CLImage> &get_input_image (NV12PlaneIdx index) { function in class:XCam::CLFisheyeHandler
cl_image_360_stitch.h 53 virtual SmartPtr<CLImage> get_input_image ();
cl_fisheye_handler.cpp 80 SmartPtr<CLImage> input_y = _handler->get_input_image (NV12PlaneYIdx);
81 SmartPtr<CLImage> input_uv = _handler->get_input_image (NV12PlaneUVIdx);
543 return get_input_image(index);
cl_blender.cpp 37 SmartPtr<CLImage> image_in = get_input_image ();
cl_pyramid_blender.h 341 virtual SmartPtr<CLImage> get_input_image ();
cl_image_360_stitch.cpp 45 CLBlenderGlobalScaleKernel::get_input_image () { function in class:XCam::CLBlenderGlobalScaleKernel
cl_pyramid_blender.cpp     [all...]

Completed in 153 milliseconds