Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp130 pAtmoCtx->PrevData.HandleData.GlobeLuma = 0.18; in AtmoConfig()
364 pAtmoCtx->CurrData.HandleData.GlobeLuma *= 1 + level_diff; in AtmoApiSetLevel()
365 float GlobeLuma = pAtmoCtx->CurrData.HandleData.GlobeLuma; in AtmoApiSetLevel() local
366 pAtmoCtx->CurrData.HandleData.GlobeMaxLuma = MAXLUMAK * GlobeLuma + MAXLUMAB; in AtmoApiSetLevel()
389 pAtmoCtx->CurrData.HandleData.GlobeLuma, pAtmoCtx->CurrData.HandleData.GlobeMaxLuma, in AtmoApiSetLevel()
407 pAtmoCtx->CurrData.HandleData.GlobeLuma = TmoGetCurrPara(pAtmoCtx->CurrData.CtrlData.EnvLv, in ApiOffProcess()
408 …pAtmoCtx->AtmoConfig.Luma.EnvLv, pAtmoCtx->AtmoConfig.Luma.GlobeLuma, pAtmoCtx->AtmoConfig.Luma.le… in ApiOffProcess()
410 pAtmoCtx->CurrData.HandleData.GlobeLuma = TmoGetCurrPara(pAtmoCtx->CurrData.CtrlData.ISO, in ApiOffProcess()
411 …pAtmoCtx->AtmoConfig.Luma.ISO, pAtmoCtx->AtmoConfig.Luma.GlobeLuma, pAtmoCtx->AtmoConfig.Luma.len); in ApiOffProcess()
413 float GlobeLuma = pAtmoCtx->CurrData.HandleData.GlobeLuma; in ApiOffProcess() local
[all …]
H A Drk_aiq_types_atmo_algo_prvt.h92 float GlobeLuma; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/
H A Drk_aiq_types_atmo_algo_int.h24 float* GlobeLuma; member