Home
last modified time | relevance | path

Searched refs:SensorInfo (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp292 …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 …]
H A Drk_aiq_types_atmo_algo_prvt.h213 SensorInfo_t SensorInfo; member
H A Drk_aiq_algo_atmo_itf.cpp199 pAtmoCtx->ProcRes.LongFrameMode = pAtmoCtx->SensorInfo.LongFrmMode; in AtmoProcess()