Home
last modified time | relevance | path

Searched refs:map_height (Results 1 – 2 of 2) 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()
/external/opencv/cv/src/
Dcvsnakes.cpp103 int map_height = ((roi.height - 1) >> 3) + 1; in icvSnake8uC1R() local
153 map = (uchar *) cvAlloc( map_width * map_height ); in icvSnake8uC1R()
160 memset( (void *) map, 0, map_width * map_height ); in icvSnake8uC1R()