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

  /external/libxcam/modules/ocl/
cl_geo_map_handler.h 29 struct GeoPos {
33 GeoPos () : x(0), y(0) {}
92 bool set_map_data (GeoPos *data, uint32_t width, uint32_t height);
cl_geo_map_handler.cpp 125 CLGeoMapHandler::set_map_data (GeoPos *data, uint32_t width, uint32_t height)
  /external/libxcam/tests/
test-image-blend.cpp 55 static int read_map_data (const char* file, GeoPos *map, int width, int height);
81 GeoPos *geo_map0, uint32_t map_width, uint32_t map_height,
161 GeoPos *geo_map0 = NULL, *geo_map1 = NULL;
343 geo_map0 = new GeoPos[map_width * map_height];
344 geo_map1 = new GeoPos[map_width * map_height];
395 int read_map_data (const char* file, GeoPos *map, int width, int height)

Completed in 200 milliseconds