Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp131 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 …]
H A Drk_aiq_types_atmo_algo_prvt.h91 float GlobeMaxLuma; member