Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_algo_atmo_itf.cpp150 RkAiqAlgoProcResAtmo* AtmoProcResParams = (RkAiqAlgoProcResAtmo*)outparams; in AtmoProcess() local
200 AtmoProcResParams->AtmoProcRes.LongFrameMode = pAtmoCtx->ProcRes.LongFrameMode; in AtmoProcess()
201 AtmoProcResParams->AtmoProcRes.isHdrGlobalTmo = pAtmoCtx->ProcRes.isHdrGlobalTmo; in AtmoProcess()
202 AtmoProcResParams->AtmoProcRes.bTmoEn = pAtmoCtx->ProcRes.bTmoEn; in AtmoProcess()
203 AtmoProcResParams->AtmoProcRes.isLinearTmo = pAtmoCtx->ProcRes.isLinearTmo; in AtmoProcess()
204 memcpy(&AtmoProcResParams->AtmoProcRes.Res, &pAtmoCtx->ProcRes.Res, sizeof(TmoProcRes_t)); in AtmoProcess()
205 …memcpy(&AtmoProcResParams->AtmoProcRes.TmoFlicker, &pAtmoCtx->ProcRes.TmoFlicker, sizeof(TmoFlicke… in AtmoProcess()