Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqResourceTranslatorV32.cpp51 u16 isp_ob_offset_rb, isp_ob_offset_g, isp_ob_predgain; in translateAecStats() local
59 isp_ob_offset_g = bls_cfg->isp_ob_offset; in translateAecStats()
82 isp_ob_offset_rb, isp_ob_offset_g, isp_ob_predgain); in translateAecStats()
88 bls_g = ((isp_ob_offset_g + bls1_val.gr) * awb1_gain_gr + 128) / 256; in translateAecStats()
196 ob = isp_ob_offset_g >> 4; in translateAecStats()
213 …ob = (u16)((isp_ob_offset_g >> 4) * 587 + (isp_ob_offset_rb >> 2) * 299 + (isp_ob_offset_rb >> 2) … in translateAecStats()
331 ob = isp_ob_offset_g >> 4; in translateAecStats()
348 …ob = (u16)((isp_ob_offset_g >> 4) * 587 + (isp_ob_offset_rb >> 2) * 299 + (isp_ob_offset_rb >> 2) … in translateAecStats()
589 ob = isp_ob_offset_g >> 4; in translateAecStats()
606 …ob = (u16)((isp_ob_offset_g >> 4) * 587 + (isp_ob_offset_rb >> 2) * 299 + (isp_ob_offset_rb >> 2) … in translateAecStats()
[all …]