Searched refs:pAtmoConfig (Results 1 – 2 of 2) sorted by relevance
643 AtmoConfig_t* pAtmoConfig, in newMalloc() argument649 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()657 …pAtmoConfig->Luma.EnvLv = (float*)malloc(sizeof(float) * (pCalibDb->TmoTuningPara.GlobalLuma.Globa… in newMalloc()658 …pAtmoConfig->Luma.ISO = (float*)malloc(sizeof(float) * (pCalibDb->TmoTuningPara.GlobalLuma.GlobalL… in newMalloc()659 …pAtmoConfig->Luma.GlobeLuma = (float*)malloc(sizeof(float) * (pCalibDb->TmoTuningPara.GlobalLuma.G… in newMalloc()[all …]
28 void newMalloc(AtmoConfig_t* pAtmoConfig, CalibDbV2_tmo_t* pCalibDb);