Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_geo_map_handler.cpp93 , _map_width (0) in CLGeoMapHandler()
105 width = _map_width * _uint_x; in get_geo_equivalent_out_size()
158 if (width == _map_width && height == _map_height && _geo_map.ptr ()) { in check_geo_map_buf()
189 _map_width = width; in check_geo_map_buf()
214 for (uint32_t w = 0; w < _map_width; ++w) { in normalize_geo_map()
292 uint_x = out_info.width / (float)_map_width; in prepare_parameters()
Dcl_geo_map_handler.h141 uint32_t _map_width, _map_height; variable