Searched refs:GlobeMaxLuma (Results 1 – 2 of 2) sorted by relevance
131 pAtmoCtx->PrevData.HandleData.GlobeMaxLuma = 0.3; in AtmoConfig()366 pAtmoCtx->CurrData.HandleData.GlobeMaxLuma = MAXLUMAK * GlobeLuma + MAXLUMAB; in AtmoApiSetLevel()367 pAtmoCtx->CurrData.HandleData.GlobeMaxLuma = in AtmoApiSetLevel()368 LIMIT_VALUE(pAtmoCtx->CurrData.HandleData.GlobeMaxLuma, GLOBEMAXLUMAMAX, GLOBEMAXLUMAMIN); in AtmoApiSetLevel()389 pAtmoCtx->CurrData.HandleData.GlobeLuma, pAtmoCtx->CurrData.HandleData.GlobeMaxLuma, in AtmoApiSetLevel()414 pAtmoCtx->CurrData.HandleData.GlobeMaxLuma = MAXLUMAK * GlobeLuma + MAXLUMAB; in ApiOffProcess()415 …pAtmoCtx->CurrData.HandleData.GlobeMaxLuma = LIMIT_VALUE(pAtmoCtx->CurrData.HandleData.GlobeMaxLum… in ApiOffProcess()557 pAtmoCtx->CurrData.HandleData.GlobeMaxLuma = MAXLUMAK * GlobeLuma + MAXLUMAB; in AtmoApiAutoUpdate()558 …pAtmoCtx->CurrData.HandleData.GlobeMaxLuma = LIMIT_VALUE(pAtmoCtx->CurrData.HandleData.GlobeMaxLum… in AtmoApiAutoUpdate()576 pAtmoCtx->CurrData.HandleData.GlobeLuma, pAtmoCtx->CurrData.HandleData.GlobeMaxLuma, in AtmoApiAutoUpdate()[all …]
91 float GlobeMaxLuma; member