Home
last modified time | relevance | path

Searched refs:get_geo_output_image (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_geo_map_handler.h47 virtual SmartPtr<CLImage> get_geo_output_image (NV12PlaneIdx index) = 0;
105 virtual SmartPtr<CLImage> get_geo_output_image (NV12PlaneIdx index) { in get_geo_output_image() function
Dcl_geo_map_handler.cpp50 SmartPtr<CLImage> output_y = _handler->get_geo_output_image (NV12PlaneYIdx); in prepare_arguments()
51 SmartPtr<CLImage> output_uv = _handler->get_geo_output_image (NV12PlaneUVIdx); in prepare_arguments()
Dcl_fisheye_handler.h99 virtual SmartPtr<CLImage> get_geo_output_image (NV12PlaneIdx index);
Dcl_fisheye_handler.cpp547 CLFisheyeHandler::get_geo_output_image (NV12PlaneIdx index) { in get_geo_output_image() function in XCam::CLFisheyeHandler