Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.cpp214 const CalibDbV2_Ccm_Matrix_Para_t* pCcmProfiles[], in AwbOrderCcmProfilesBySaturation() argument
221 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() argument
287 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 …]