Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_geo_map_handler.cpp94 , _map_height (0) in CLGeoMapHandler()
106 height = _map_height * _uint_y; in get_geo_equivalent_out_size()
158 if (width == _map_width && height == _map_height && _geo_map.ptr ()) { in check_geo_map_buf()
190 _map_height = height; in check_geo_map_buf()
202 uint32_t size = row_pitch * _map_height; in normalize_geo_map()
213 for (uint32_t h = 0; h < _map_height; ++h) { in normalize_geo_map()
293 uint_y = out_info.height / (float)_map_height; in prepare_parameters()
Dcl_geo_map_handler.h141 uint32_t _map_width, _map_height; variable