Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp118 void AtmoConfig in AtmoConfig() function
378 pAtmoCtx->AtmoConfig.bTmoEn = true; in AtmoApiSetLevel()
406 if(pAtmoCtx->AtmoConfig.Luma.globalLumaMode == GLOBALLUMAMODE_ENVLV) in ApiOffProcess()
408 …pAtmoCtx->AtmoConfig.Luma.EnvLv, pAtmoCtx->AtmoConfig.Luma.GlobeLuma, pAtmoCtx->AtmoConfig.Luma.le… in ApiOffProcess()
409 else if(pAtmoCtx->AtmoConfig.Luma.globalLumaMode == GLOBALLUMAMODE_ISO) in ApiOffProcess()
411 …pAtmoCtx->AtmoConfig.Luma.ISO, pAtmoCtx->AtmoConfig.Luma.GlobeLuma, pAtmoCtx->AtmoConfig.Luma.len); in ApiOffProcess()
418 if(pAtmoCtx->AtmoConfig.local.localtmoMode == TMOTYPEMODE_DYNAMICRANGE) in ApiOffProcess()
420 …pAtmoCtx->AtmoConfig.local.DynamicRange, pAtmoCtx->AtmoConfig.local.LocalTmoStrength, pAtmoCtx->At… in ApiOffProcess()
421 else if(pAtmoCtx->AtmoConfig.local.localtmoMode == TMOTYPEMODE_ENVLV) in ApiOffProcess()
423 …pAtmoCtx->AtmoConfig.local.EnvLv, pAtmoCtx->AtmoConfig.local.LocalTmoStrength, pAtmoCtx->AtmoConfi… in ApiOffProcess()
[all …]
H A Drk_aiq_algo_atmo_itf.cpp131 newMalloc(&pAtmoCtx->AtmoConfig, &pAtmoCtx->tmoAttr.stTool); in AtmoPreProcess()
135 newMalloc(&pAtmoCtx->AtmoConfig, &pAtmoCtx->pCalibDB); in AtmoPreProcess()
H A Drk_aiq_types_atmo_algo_prvt.h206 AtmoConfig_t AtmoConfig; member