Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_types_atmo_algo_prvt.h68 #define DETAILSLOWLIGHTMIN (16) macro
H A Drk_aiq_atmo_algo.cpp376 …LIMIT_VALUE(pAtmoCtx->CurrData.HandleData.DetailsLowLight, DETAILSLOWLIGHTMAX, DETAILSLOWLIGHTMIN); in AtmoApiSetLevel()
505 …oAttr.RegInfo.DetailsLowlight = pAtmoCtx->CurrData.HandleData.DetailsLowLight / DETAILSLOWLIGHTMIN; in AtmoTranferData2Api()
599 …HandleData.DetailsLowLight = pAtmoCtx->tmoAttr.stManual.stTmoManual.stDtlsLL * DETAILSLOWLIGHTMIN ; in AtmoApiManualUpdate()
601 , DETAILSLOWLIGHTMAX, DETAILSLOWLIGHTMIN); in AtmoApiManualUpdate()
810 …tsLoLit.DetailsLowLight[i] = pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLight[i] * DETAILSLOWLIGHTMIN; in AtmoUpdateConfig()
811 …T_VALUE(pAtmoCtx->AtmoConfig.DtsLoLit.DetailsLowLight[i], DETAILSLOWLIGHTMAX, DETAILSLOWLIGHTMIN) ; in AtmoUpdateConfig()
1368 …LIMIT_VALUE(pAtmoCtx->CurrData.HandleData.DetailsLowLight, DETAILSLOWLIGHTMAX, DETAILSLOWLIGHTMIN); in AtmoProcessing()