Home
last modified time | relevance | path

Searched refs:isLinearTmo (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/
H A Drk_aiq_types_atmo_algo_int.h74 bool isLinearTmo; member
273 bool isLinearTmo; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_algo_atmo_itf.cpp203 AtmoProcResParams->AtmoProcRes.isLinearTmo = pAtmoCtx->ProcRes.isLinearTmo; in AtmoProcess()
H A Drk_aiq_types_atmo_algo_prvt.h196 bool isLinearTmo; member
H A Drk_aiq_atmo_algo.cpp379 pAtmoCtx->ProcRes.isLinearTmo = pAtmoCtx->FrameNumber == LINEAR_NUM ; in AtmoApiSetLevel()
598 …pAtmoCtx->AtmoConfig.isLinearTmo = pAtmoCtx->AtmoConfig.bTmoEn && pAtmoCtx->FrameNumber == LINEAR_… in AtmoApiManualUpdate()
764 pAtmoCtx->AtmoConfig.isLinearTmo = false; in AtmoUpdateConfig()
769 pAtmoCtx->AtmoConfig.isLinearTmo = pAtmoCtx->AtmoConfig.bTmoEn; in AtmoUpdateConfig()
793 … linear Tmo en:%d\n", __FUNCTION__, pAtmoCtx->AtmoConfig.bTmoEn, pAtmoCtx->AtmoConfig.isLinearTmo); in AtmoUpdateConfig()
993 if(pAtmoCtx->AtmoConfig.isLinearTmo) in TmoGetCurrIOData()
1267 pAtmoCtx->ProcRes.isLinearTmo = pAtmoCtx->AtmoConfig.isLinearTmo; in AtmoGetProcRes()
1365 pAtmoCtx->AtmoConfig.isLinearTmo = pAtmoCtx->FrameNumber == LINEAR_NUM; in AtmoProcessing()
1369 …Data.DarkPdf:%f CtrlData.ISO:%f DetailsLowLight:%f\n", __FUNCTION__, pAtmoCtx->ProcRes.isLinearTmo, in AtmoProcessing()
1379 …pAtmoCtx->AtmoConfig.isLinearTmo = pAtmoCtx->AtmoConfig.bTmoEn && pAtmoCtx->FrameNumber == LINEAR_… in AtmoProcessing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAtmoHandle.cpp351 tmo_param->result.isLinearTmo = atmo_rk->AtmoProcRes.isLinearTmo; in genIspResult()