Searched refs:SensorInfo (Results 1 – 3 of 3) sorted by relevance
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()314 …pAtmoCtx->SensorInfo.MaxExpoL = pAtmoCtx->SensorInfo.HdrMaxGain[1] * pAtmoCtx->SensorInfo.HdrMaxIn… in AtmoGetSensorInfo()315 …pAtmoCtx->SensorInfo.MinExpoL = pAtmoCtx->SensorInfo.HdrMinGain[1] * pAtmoCtx->SensorInfo.HdrMinIn… in AtmoGetSensorInfo()316 pAtmoCtx->SensorInfo.MaxExpoM = 0; in AtmoGetSensorInfo()317 pAtmoCtx->SensorInfo.MinExpoM = 0; in AtmoGetSensorInfo()326 …pAtmoCtx->SensorInfo.MaxExpoL = pAtmoCtx->SensorInfo.HdrMaxGain[2] * pAtmoCtx->SensorInfo.HdrMaxIn… in AtmoGetSensorInfo()[all …]
213 SensorInfo_t SensorInfo; member
199 pAtmoCtx->ProcRes.LongFrameMode = pAtmoCtx->SensorInfo.LongFrmMode; in AtmoProcess()