Searched refs:pCcmProfile2 (Results 1 – 3 of 3) sorted by relevance
283 const CalibDbV2_Ccm_Matrix_Para_t** pCcmProfile2 in SatSelectCcmProfiles() argument288 || (pCcmProfile1 == NULL) || (pCcmProfile2 == NULL)) { in SatSelectCcmProfiles()294 *pCcmProfile2 = pCcmProfiles[0]; in SatSelectCcmProfiles()301 *pCcmProfile2 = pCcmProfiles[nLast]; in SatSelectCcmProfiles()316 *pCcmProfile2 = pCcmProfiles[n + 1]; in SatSelectCcmProfiles()677 const CalibDbV2_Ccm_Matrix_Para_t* pCcmProfile2 = NULL; in interpCCMbywbgain() local711 &pCcmProfile1, &pCcmProfile2); in interpCCMbywbgain()714 if (pCcmProfile1 && pCcmProfile2) { in interpCCMbywbgain()717 pCcmProfile2->saturation); in interpCCMbywbgain()718 ret = SatInterpolateMatrices(fSaturation, pCcmProfile1, pCcmProfile2, in interpCCMbywbgain()[all …]
125 if (ccm_contex->accmRest.pCcmProfile2) { in rk_aiq_uapi_accm_QueryCcmInfo()126 if (ccm_contex->accmRest.pCcmProfile2->name) { in rk_aiq_uapi_accm_QueryCcmInfo()127 strcpy(ccm_querry_info->ccmname2, ccm_contex->accmRest.pCcmProfile2->name); in rk_aiq_uapi_accm_QueryCcmInfo()151 if (ccm_contex->accmRest.pCcmProfile2) { in rk_aiq_uapi_accm_QueryCcmInfo()152 if (ccm_contex->accmRest.pCcmProfile2->name) { in rk_aiq_uapi_accm_QueryCcmInfo()153 strcpy(ccm_querry_info->ccmname2, ccm_contex->accmRest.pCcmProfile2->name); in rk_aiq_uapi_accm_QueryCcmInfo()
46 const CalibDbV2_Ccm_Matrix_Para_t *pCcmProfile2; member