Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqResourceTranslatorV32.cpp453 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 …]
H A DRkAiqResourceTranslator.cpp361 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()
H A DRkAiqResourceTranslatorV3x.cpp1009 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.h52 void convertAiqExpIspDgainToIspParams(void* isp_cfg_, RKAiqAecExpInfo_t ae_exp);
H A DIsp21Params.cpp1082 void Isp21Params::convertAiqExpIspDgainToIspParams(void* isp_cfg_, RKAiqAecExpInfo_t ae_exp) in convertAiqExpIspDgainToIspParams() argument
1099 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.h102 …convertAiqExpIspDgainToIsp32Params(struct isp32_isp_params_cfg& isp_cfg, RKAiqAecExpInfo_t ae_exp);
H A DIsp32Params.cpp2037 …:convertAiqExpIspDgainToIsp32Params(struct isp32_isp_params_cfg& isp_cfg, RKAiqAecExpInfo_t ae_exp) in convertAiqExpIspDgainToIsp32Params() argument
2045 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/
H A Drk_aiq_types_ae_hw.h396 RKAiqAecExpInfo_t ae_exp; //AeExp_Info member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_ae.cpp909 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()