Searched refs:AtmoProcResParams (Results 1 – 1 of 1) sorted by relevance
150 RkAiqAlgoProcResAtmo* AtmoProcResParams = (RkAiqAlgoProcResAtmo*)outparams; in AtmoProcess() local200 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()