Searched refs:AtmoConfig (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/ |
| H A D | rk_aiq_atmo_algo.cpp | 118 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 D | rk_aiq_algo_atmo_itf.cpp | 131 newMalloc(&pAtmoCtx->AtmoConfig, &pAtmoCtx->tmoAttr.stTool); in AtmoPreProcess() 135 newMalloc(&pAtmoCtx->AtmoConfig, &pAtmoCtx->pCalibDB); in AtmoPreProcess()
|
| H A D | rk_aiq_types_atmo_algo_prvt.h | 206 AtmoConfig_t AtmoConfig; member
|