Searched refs:get_geo_output_image (Results 1 – 4 of 4) sorted by relevance
47 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
50 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()
99 virtual SmartPtr<CLImage> get_geo_output_image (NV12PlaneIdx index);
547 CLFisheyeHandler::get_geo_output_image (NV12PlaneIdx index) { in get_geo_output_image() function in XCam::CLFisheyeHandler