Home
last modified time | relevance | path

Searched refs:sw_hdrtmo_set_weightkey (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/
H A Drk_aiq_types_atmo_algo_int.h205 unsigned char sw_hdrtmo_set_weightkey; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAtmoHandle.cpp322 tmo_param->result.Res.sw_hdrtmo_set_weightkey = in genIspResult()
323 atmo_rk->AtmoProcRes.Res.sw_hdrtmo_set_weightkey; in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp863 float WeightKey = pAtmoCtx->ProcRes.Res.sw_hdrtmo_set_weightkey / 256.0; in GetSetLgAvgMax()
982 …pAtmoCtx->ProcRes.Res.sw_hdrtmo_set_weightkey = (int)(pAtmoCtx->CurrData.HandleData.LocalTmoStreng… in TmoGetCurrIOData()
1071 …("%s: sw_hdrtmo_set_weightkey:%d\n", __FUNCTION__, pAtmoCtx->ProcRes.Res.sw_hdrtmo_set_weightkey); in TmoGetCurrIOData()
1239 pAtmoCtx->ProcRes.Res.sw_hdrtmo_set_weightkey = 0; in SetGlobalTMO()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1234 isp_cfg.others.hdrtmo_cfg.set_weightkey = atmo_data.Res.sw_hdrtmo_set_weightkey; in convertAiqTmoToIsp20Params()