Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_geo_map_handler.cpp34 #define GEO_MAP_CHANNEL 4 /* only use channel_0, channel_1 */ macro
127 uint32_t size = width * height * GEO_MAP_CHANNEL * sizeof (float); // 4 for CL_RGBA, in set_map_data()
142 start = (h * _map_aligned_width + w) * GEO_MAP_CHANNEL; in set_map_data()
163 uint32_t row_pitch = aligned_width * GEO_MAP_CHANNEL * sizeof (float); in check_geo_map_buf()
201 …uint32_t row_pitch = _map_aligned_width * GEO_MAP_CHANNEL * sizeof (float); // 4 channel for CL_R… in normalize_geo_map()
215 idx = (h * _map_aligned_width + w) * GEO_MAP_CHANNEL; in normalize_geo_map()