Home
last modified time | relevance | path

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

/external/libxcam/tests/
Dtest-image-blend.cpp55 static int read_map_data (const char* file, GeoPos *map, int width, int height);
346 if (read_map_data (map0, geo_map0, map_width, map_height) <= 0 || in main()
347 read_map_data (map1, geo_map1, map_width, map_height) <= 0) { in main()
395 int read_map_data (const char* file, GeoPos *map, int width, int height) in read_map_data() function