Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp2430 sensorHw->set_exp_delay_info(_cur_calib_infos.sensor.CISExpUpdate.Hdr.time_update, in setExpDelayInfo()
2431 _cur_calib_infos.sensor.CISExpUpdate.Hdr.gain_update, in setExpDelayInfo()
2432 _cur_calib_infos.sensor.CISDcgSet.Hdr.support_en ? \ in setExpDelayInfo()
2433 _cur_calib_infos.sensor.CISExpUpdate.Hdr.dcg_update : -1); in setExpDelayInfo()
2435 sint32_t timeDelay = _cur_calib_infos.sensor.CISExpUpdate.Hdr.time_update; in setExpDelayInfo()
2436 sint32_t gainDelay = _cur_calib_infos.sensor.CISExpUpdate.Hdr.gain_update; in setExpDelayInfo()
2439 sensorHw->set_exp_delay_info(_cur_calib_infos.sensor.CISExpUpdate.Linear.time_update, in setExpDelayInfo()
2440 _cur_calib_infos.sensor.CISExpUpdate.Linear.gain_update, in setExpDelayInfo()
2441 _cur_calib_infos.sensor.CISDcgSet.Linear.support_en ? \ in setExpDelayInfo()
2442 _cur_calib_infos.sensor.CISExpUpdate.Linear.dcg_update : -1); in setExpDelayInfo()
[all …]
H A DCamHwIsp20.h262 calib_infos_t _cur_calib_infos; variable