Home
last modified time | relevance | path

Searched refs:bTmoEn (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/
H A Drk_aiq_types_atmo_algo_int.h73 bool bTmoEn; member
272 bool bTmoEn; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_algo_atmo_itf.cpp202 AtmoProcResParams->AtmoProcRes.bTmoEn = pAtmoCtx->ProcRes.bTmoEn; in AtmoProcess()
H A Drk_aiq_atmo_algo.cpp378 pAtmoCtx->AtmoConfig.bTmoEn = true; in AtmoApiSetLevel()
597 pAtmoCtx->AtmoConfig.bTmoEn = pAtmoCtx->tmoAttr.stManual.stTmoManual.Enable; in AtmoApiManualUpdate()
598 …pAtmoCtx->AtmoConfig.isLinearTmo = pAtmoCtx->AtmoConfig.bTmoEn && pAtmoCtx->FrameNumber == LINEAR_… in AtmoApiManualUpdate()
763 pAtmoCtx->AtmoConfig.bTmoEn = true; in AtmoUpdateConfig()
768 pAtmoCtx->AtmoConfig.bTmoEn = pCalibDb->TmoTuningPara.Enable; in AtmoUpdateConfig()
769 pAtmoCtx->AtmoConfig.isLinearTmo = pAtmoCtx->AtmoConfig.bTmoEn; in AtmoUpdateConfig()
793 …LOGD_ATMO("%s: Tmo En:%d linear Tmo en:%d\n", __FUNCTION__, pAtmoCtx->AtmoConfig.bTmoEn, pAtmoCtx… in AtmoUpdateConfig()
1266 pAtmoCtx->ProcRes.bTmoEn = pAtmoCtx->AtmoConfig.bTmoEn; in AtmoGetProcRes()
1364 pAtmoCtx->AtmoConfig.bTmoEn = true; in AtmoProcessing()
1378 pAtmoCtx->AtmoConfig.bTmoEn = pAtmoCtx->AtmoConfig.bTmoEn; in AtmoProcessing()
[all …]
H A Drk_aiq_types_atmo_algo_prvt.h195 bool bTmoEn; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAtmoHandle.cpp349 tmo_param->result.bTmoEn = atmo_rk->AtmoProcRes.bTmoEn; in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1207 if(atmo_data.bTmoEn) in convertAiqTmoToIsp20Params()