Home
last modified time | relevance | path

Searched refs:GeoPos (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_geo_map_handler.h29 struct GeoPos { struct
33 GeoPos () : x(0), y(0) {} in GeoPos() argument
92 bool set_map_data (GeoPos *data, uint32_t width, uint32_t height);
Dcl_geo_map_handler.cpp125 CLGeoMapHandler::set_map_data (GeoPos *data, uint32_t width, uint32_t height) in set_map_data()
/external/libxcam/tests/
Dtest-image-blend.cpp55 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, in geo_correct_image()
161 GeoPos *geo_map0 = NULL, *geo_map1 = NULL; in main()
343 geo_map0 = new GeoPos[map_width * map_height]; in main()
344 geo_map1 = new GeoPos[map_width * map_height]; in main()
395 int read_map_data (const char* file, GeoPos *map, int width, int height) in read_map_data()