Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp643 AtmoConfig_t* pAtmoConfig, in newMalloc() argument
649 DCT_ASSERT(pAtmoConfig != NULL); in newMalloc()
652 if(pAtmoConfig->Luma.len != pCalibDb->TmoTuningPara.GlobalLuma.GlobalLumaData.EnvLv_len) { in newMalloc()
653 free(pAtmoConfig->Luma.EnvLv); in newMalloc()
654 free(pAtmoConfig->Luma.ISO); in newMalloc()
655 free(pAtmoConfig->Luma.GlobeLuma); in newMalloc()
656 pAtmoConfig->Luma.len = pCalibDb->TmoTuningPara.GlobalLuma.GlobalLumaData.EnvLv_len; in newMalloc()
657pAtmoConfig->Luma.EnvLv = (float*)malloc(sizeof(float) * (pCalibDb->TmoTuningPara.GlobalLuma.Globa… in newMalloc()
658pAtmoConfig->Luma.ISO = (float*)malloc(sizeof(float) * (pCalibDb->TmoTuningPara.GlobalLuma.GlobalL… in newMalloc()
659pAtmoConfig->Luma.GlobeLuma = (float*)malloc(sizeof(float) * (pCalibDb->TmoTuningPara.GlobalLuma.G… in newMalloc()
[all …]
H A Drk_aiq_atmo_algo.h28 void newMalloc(AtmoConfig_t* pAtmoConfig, CalibDbV2_tmo_t* pCalibDb);