Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DSPStreamProcUnit.cpp13 _ds_width = 0; in SPStreamProcUnit()
171 _ds_width = (_src_width + ds_size_w - 1) / ds_size_w; in prepare()
173 _ds_width_align = (_ds_width + 7) & (~7); in prepare()
179 … _src_width, _src_height, _ds_width, _ds_width_align, _ds_height, _ds_height_align, _stride); in prepare()
276 width = _ds_width; in get_sp_resolution()
H A DSPStreamProcUnit.h98 int _ds_width; variable
H A DCamHwIsp20.h347 uint32_t _ds_width; variable