Searched refs:CurrAeResult (Results 1 – 3 of 3) sorted by relevance
215 pAtmoCtx->CurrAeResult.GlobalEnvLv = AecHdrPreResult.GlobalEnvLv[AecHdrPreResult.NormalIndex]; in AtmoGetAeResult()220 pAtmoCtx->CurrAeResult.DynamicRange = AecHdrPreResult.DynamicRange; in AtmoGetAeResult()221 pAtmoCtx->CurrAeResult.OEPdf = AecHdrPreResult.OverExpROIPdf[1]; in AtmoGetAeResult()222 pAtmoCtx->CurrAeResult.DarkPdf = AecHdrPreResult.LowLightROIPdf[1]; in AtmoGetAeResult()225 pAtmoCtx->CurrAeResult.BlockLumaS[i] = pAtmoCtx->CurrStatsData.other_stats.short_luma[i]; in AtmoGetAeResult()226 pAtmoCtx->CurrAeResult.BlockLumaL[i] = pAtmoCtx->CurrStatsData.other_stats.long_luma[i]; in AtmoGetAeResult()230 … pAtmoCtx->CurrAeResult.BlockLumaM[i] = pAtmoCtx->CurrStatsData.other_stats.middle_luma[i]; in AtmoGetAeResult()233 pAtmoCtx->CurrAeResult.BlockLumaM[i] = 0; in AtmoGetAeResult()243 pAtmoCtx->CurrAeResult.ISO = AecHdrPreResult.LinearExp.exp_real_params.analog_gain * 50.0; in AtmoGetAeResult()244 pAtmoCtx->CurrAeResult.GlobalEnvLv = AecHdrPreResult.GlobalEnvLv[0]; in AtmoGetAeResult()[all …]
113 pAtmoCtx->CurrAeResult.AecDelayframe = MAX(aec->CommCtrl.AecDelayFrmNum.BlackDelay, in AtmoPrepare()116 LOG1_ATMO("%s:AecDelayframe:%d\n", __FUNCTION__, pAtmoCtx->CurrAeResult.AecDelayframe); in AtmoPrepare()
209 TmoCurrAeResult_t CurrAeResult; member