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

  /external/libxcam/modules/ocl/
cl_geo_map_handler.h 59 class CLGeoMapHandler;
77 class CLGeoMapHandler
82 explicit CLGeoMapHandler (const SmartPtr<CLContext> &context);
117 XCAM_ASSERT (false && "CLGeoMapHandler::lsc table is not supported");
121 XCAM_ASSERT (false && "CLGeoMapHandler::lsc gray threshold is not supported");
136 XCAM_DEAD_COPY (CLGeoMapHandler);
cl_geo_map_handler.cpp 72 "CLGeoMapHandler::lsc table or gray threshold was not found");
89 CLGeoMapHandler::CLGeoMapHandler (const SmartPtr<CLContext> &context)
90 : CLImageHandler (context, "CLGeoMapHandler")
103 CLGeoMapHandler::get_geo_equivalent_out_size (float &width, float &height)
110 CLGeoMapHandler::get_geo_pixel_out_size (float &width, float &height)
117 CLGeoMapHandler::set_map_uint (float uint_x, float uint_y)
125 CLGeoMapHandler::set_map_data (GeoPos *data, uint32_t width, uint32_t height)
155 CLGeoMapHandler::check_geo_map_buf (uint32_t width, uint32_t height)
197 CLGeoMapHandler::normalize_geo_map (uint32_t image_w, uint32_t image_h
    [all...]
  /external/libxcam/tests/
test-image-blend.cpp 80 SmartPtr<CLGeoMapHandler> geo_map_handler, SmartPtr<VideoBuffer> &in_out,
164 SmartPtr<CLGeoMapHandler> geo_map_handler;
340 geo_map_handler = create_geo_map_handler (context).dynamic_cast_ptr<CLGeoMapHandler> ();

Completed in 603 milliseconds