Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.h27 void AtmoGetSensorInfo( AtmoHandle_t pAtmoCtx, AecProcResult_t AecHdrProcResult);
H A Drk_aiq_atmo_algo.cpp288 AecProcResult_t AecHdrProcResult in AtmoGetSensorInfo() argument
292 …pAtmoCtx->SensorInfo.LongFrmMode = AecHdrProcResult.LongFrmMode && (pAtmoCtx->FrameNumber != LINEA… in AtmoGetSensorInfo()
296 pAtmoCtx->SensorInfo.HdrMinGain[i] = AecHdrProcResult.HdrMinGain[i]; in AtmoGetSensorInfo()
297 pAtmoCtx->SensorInfo.HdrMaxGain[i] = AecHdrProcResult.HdrMaxGain[i]; in AtmoGetSensorInfo()
298 pAtmoCtx->SensorInfo.HdrMinIntegrationTime[i] = AecHdrProcResult.HdrMinIntegrationTime[i]; in AtmoGetSensorInfo()
299 pAtmoCtx->SensorInfo.HdrMaxIntegrationTime[i] = AecHdrProcResult.HdrMaxIntegrationTime[i]; in AtmoGetSensorInfo()
309 pAtmoCtx->CurrAeResult.LumaDeviationLinear = AecHdrProcResult.LumaDeviation; in AtmoGetSensorInfo()
319 pAtmoCtx->CurrAeResult.LumaDeviationL = AecHdrProcResult.HdrLumaDeviation[1]; in AtmoGetSensorInfo()
321 pAtmoCtx->CurrAeResult.LumaDeviationS = AecHdrProcResult.HdrLumaDeviation[0]; in AtmoGetSensorInfo()
331 pAtmoCtx->CurrAeResult.LumaDeviationL = AecHdrProcResult.HdrLumaDeviation[2]; in AtmoGetSensorInfo()
[all …]