Home
last modified time | relevance | path

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

/external/libxcam/tests/
Dtest-image-blend.cpp50 static uint32_t map_width = 51, map_height = 43; variable
81 GeoPos *geo_map0, uint32_t map_width, uint32_t map_height, in geo_correct_image() argument
86 geo_map_handler->set_map_data (geo_map0, map_width, map_height); in geo_correct_image()
343 geo_map0 = new GeoPos[map_width * map_height]; in main()
344 geo_map1 = new GeoPos[map_width * map_height]; in main()
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()
362 …geo_correct_image (geo_map_handler, input0, geo_map0, map_width, map_height, file_in0_name, need_s… in main()
363 …geo_correct_image (geo_map_handler, input1, geo_map1, map_width, map_height, file_in1_name, need_s… in main()