Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp108 xcam_mem_clear(_crop_rect); in CamHwIsp20()
2045 if (!_linked_to_isp && _crop_rect.width && _crop_rect.height) { in setupPipelineFmt()
2049 _crop_rect.width, _crop_rect.height, _crop_rect.left, _crop_rect.top); in setupPipelineFmt()
2060 mipi_tx_fmt.fmt.pix.width = _crop_rect.width; in setupPipelineFmt()
2061 mipi_tx_fmt.fmt.pix.height = _crop_rect.height; in setupPipelineFmt()
2072 sns_sd_sel.r.width = _crop_rect.width; in setupPipelineFmt()
2073 sns_sd_sel.r.height = _crop_rect.height; in setupPipelineFmt()
2074 sns_sd_fmt.format.width = _crop_rect.width; in setupPipelineFmt()
2075 sns_sd_fmt.format.height = _crop_rect.height; in setupPipelineFmt()
4878 _crop_rect = rect; in setSensorCrop()
H A DCamHwIsp20.h346 rk_aiq_rect_t _crop_rect; variable