Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dgeo_mapper.cpp26 : _out_width (0) in GeoMapper()
56 _out_width = width; 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()
74 _factor_x = (_out_width - 1.0f) / (lut_w - 1.0f); in auto_calculate_factors()
Dblender.cpp28 , _out_width (0) in Blender()
39 _out_width = XCAM_ALIGN_UP (width, get_alignment_x ()); in set_output_size()
53 _merge_window.pos_x, _merge_window.width, _out_width); in set_merge_window()
Dgeo_mapper.h47 width = _out_width; in get_output_size()
59 uint32_t _out_width, _out_height;
Dblender.h44 width = _out_width; in get_output_size()
87 uint32_t _out_width, _out_height; variable