Searched refs:pCcmProfiles (Results 1 – 1 of 1) sorted by relevance
214 const CalibDbV2_Ccm_Matrix_Para_t* pCcmProfiles[], in AwbOrderCcmProfilesBySaturation() argument221 if (pCcmProfiles[j]->saturation < pCcmProfiles[j + 1]->saturation) { in AwbOrderCcmProfilesBySaturation()222 const CalibDbV2_Ccm_Matrix_Para_t* temp = pCcmProfiles[j]; in AwbOrderCcmProfilesBySaturation()223 pCcmProfiles[j] = pCcmProfiles[j + 1]; in AwbOrderCcmProfilesBySaturation()224 pCcmProfiles[j + 1] = temp; in AwbOrderCcmProfilesBySaturation()281 const CalibDbV2_Ccm_Matrix_Para_t* pCcmProfiles[], in SatSelectCcmProfiles() argument287 if ((no_ccm == 0) || (pCcmProfiles == NULL) in SatSelectCcmProfiles()292 if (fSaturation >= pCcmProfiles[0]->saturation) { in SatSelectCcmProfiles()293 *pCcmProfile1 = pCcmProfiles[0]; in SatSelectCcmProfiles()294 *pCcmProfile2 = pCcmProfiles[0]; in SatSelectCcmProfiles()[all …]