Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dgeo_mapper.cpp27 , _out_height (0) in GeoMapper()
57 _out_height = height; in set_output_size()
65 ERROR, _out_width > 1 && _out_height > 1, false, in auto_calculate_factors()
67 _out_width, _out_height); in auto_calculate_factors()
75 _factor_y = (_out_height - 1.0f) / (lut_h - 1.0f); in auto_calculate_factors()
Dgeo_mapper.h48 height = _out_height; in get_output_size()
59 uint32_t _out_width, _out_height;
Dblender.h45 height = _out_height; in get_output_size()
87 uint32_t _out_width, _out_height; variable
Dblender.cpp29 , _out_height (0) in Blender()
40 _out_height = XCAM_ALIGN_UP (height, get_alignment_y ()); in set_output_size()