Searched refs:ae_exp (Results 1 – 9 of 9) sorted by relevance
453 statsInt->aec_stats.ae_exp = _expParams->data()->aecExpInfo; in translateAecStats()477 float frm_intval = 1 / (statsInt->aec_stats.ae_exp.pixel_clock_freq_mhz * 1000000.0f / in translateAecStats()478 (float)statsInt->aec_stats.ae_exp.line_length_pixels / in translateAecStats()479 (float)statsInt->aec_stats.ae_exp.frame_length_lines); in translateAecStats()488 statsInt->aec_stats.ae_exp.Iris.PIris.step = irisParams->data()->PIris.laststep; in translateAecStats()490 statsInt->aec_stats.ae_exp.Iris.PIris.step = irisParams->data()->PIris.step; in translateAecStats()903 statsInt->aec_stats.ae_exp = _expParams->data()->aecExpInfo; in translateAecStats()927 float frm_intval = 1 / (statsInt->aec_stats.ae_exp.pixel_clock_freq_mhz * 1000000.0f / in translateAecStats()928 (float)statsInt->aec_stats.ae_exp.line_length_pixels / in translateAecStats()929 (float)statsInt->aec_stats.ae_exp.frame_length_lines); in translateAecStats()[all …]
361 statsInt->aec_stats.ae_exp = expParams->data()->aecExpInfo; in translateAecStats()379 float frm_intval = 1 / (statsInt->aec_stats.ae_exp.pixel_clock_freq_mhz * 1000000.0f / in translateAecStats()380 …(float)statsInt->aec_stats.ae_exp.line_length_pixels / (float)statsInt->aec_stats.ae_exp.frame_len… in translateAecStats()389 statsInt->aec_stats.ae_exp.Iris.PIris.step = irisParams->data()->PIris.laststep; in translateAecStats()391 statsInt->aec_stats.ae_exp.Iris.PIris.step = irisParams->data()->PIris.step; in translateAecStats()
1009 statsInt->aec_stats.ae_exp = expParams->data()->aecExpInfo; in translateMultiAecStats()1029 float frm_intval = 1 / (statsInt->aec_stats.ae_exp.pixel_clock_freq_mhz * 1000000.0f / in translateMultiAecStats()1030 …(float)statsInt->aec_stats.ae_exp.line_length_pixels / (float)statsInt->aec_stats.ae_exp.frame_len… in translateMultiAecStats()1039 statsInt->aec_stats.ae_exp.Iris.PIris.step = irisParams->data()->PIris.laststep; in translateMultiAecStats()1041 statsInt->aec_stats.ae_exp.Iris.PIris.step = irisParams->data()->PIris.step; in translateMultiAecStats()1875 statsInt->aec_stats.ae_exp = expParams->data()->aecExpInfo; in translateAecStats()1899 float frm_intval = 1 / (statsInt->aec_stats.ae_exp.pixel_clock_freq_mhz * 1000000.0f / in translateAecStats()1900 …(float)statsInt->aec_stats.ae_exp.line_length_pixels / (float)statsInt->aec_stats.ae_exp.frame_len… in translateAecStats()1909 statsInt->aec_stats.ae_exp.Iris.PIris.step = irisParams->data()->PIris.laststep; in translateAecStats()1911 statsInt->aec_stats.ae_exp.Iris.PIris.step = irisParams->data()->PIris.step; in translateAecStats()
52 void convertAiqExpIspDgainToIspParams(void* isp_cfg_, RKAiqAecExpInfo_t ae_exp);
1082 void Isp21Params::convertAiqExpIspDgainToIspParams(void* isp_cfg_, RKAiqAecExpInfo_t ae_exp) in convertAiqExpIspDgainToIspParams() argument1099 float isp_dgain = ae_exp.LinearExp.exp_real_params.isp_dgain; in convertAiqExpIspDgainToIspParams()1200 float isp_dgain0 = ae_exp.HdrExp[0].exp_real_params.isp_dgain; in convertAiqExpIspDgainToIspParams()1201 float isp_dgain1 = ae_exp.HdrExp[1].exp_real_params.isp_dgain; in convertAiqExpIspDgainToIspParams()1202 float isp_dgain2 = ae_exp.HdrExp[2].exp_real_params.isp_dgain; in convertAiqExpIspDgainToIspParams()
102 …convertAiqExpIspDgainToIsp32Params(struct isp32_isp_params_cfg& isp_cfg, RKAiqAecExpInfo_t ae_exp);
2037 …:convertAiqExpIspDgainToIsp32Params(struct isp32_isp_params_cfg& isp_cfg, RKAiqAecExpInfo_t ae_exp) in convertAiqExpIspDgainToIsp32Params() argument2045 float isp_dgain = MAX(1.0f, ae_exp.LinearExp.exp_real_params.isp_dgain); in convertAiqExpIspDgainToIsp32Params()2066 float isp_dgain0 = MAX(1.0f, ae_exp.HdrExp[0].exp_real_params.isp_dgain); in convertAiqExpIspDgainToIsp32Params()2067 float isp_dgain1 = MAX(1.0f, ae_exp.HdrExp[1].exp_real_params.isp_dgain); in convertAiqExpIspDgainToIsp32Params()2068 float isp_dgain2 = MAX(1.0f, ae_exp.HdrExp[2].exp_real_params.isp_dgain); in convertAiqExpIspDgainToIsp32Params()
396 RKAiqAecExpInfo_t ae_exp; //AeExp_Info member
909 customAe->hdr_exp[0] = rkAe->ae_exp.HdrExp[0]; in _rkAeStats2CustomAeStats()910 customAe->hdr_exp[1] = rkAe->ae_exp.HdrExp[1]; in _rkAeStats2CustomAeStats()911 customAe->hdr_exp[2] = rkAe->ae_exp.HdrExp[2]; in _rkAeStats2CustomAeStats()913 customAe->linear_exp = rkAe->ae_exp.LinearExp; in _rkAeStats2CustomAeStats()1214 AePreResult->HdrExp[i] = xAecStats->aec_stats.ae_exp.HdrExp[i]; in AeDemoPreProcess()1223 AePreResult->LinearExp = xAecStats->aec_stats.ae_exp.LinearExp; in AeDemoPreProcess()