Searched refs:pCcmProfile1 (Results 1 – 3 of 3) sorted by relevance
282 const CalibDbV2_Ccm_Matrix_Para_t** pCcmProfile1, in SatSelectCcmProfiles() argument288 || (pCcmProfile1 == NULL) || (pCcmProfile2 == NULL)) { in SatSelectCcmProfiles()293 *pCcmProfile1 = pCcmProfiles[0]; in SatSelectCcmProfiles()295 LOGV_ACCM( "select:%s \n", (*pCcmProfile1)->name); in SatSelectCcmProfiles()300 *pCcmProfile1 = pCcmProfiles[nLast]; in SatSelectCcmProfiles()302 LOGV_ACCM( "select:%s \n", (*pCcmProfile1)->name); in SatSelectCcmProfiles()315 *pCcmProfile1 = pCcmProfiles[n]; in SatSelectCcmProfiles()676 const CalibDbV2_Ccm_Matrix_Para_t* pCcmProfile1 = NULL; in interpCCMbywbgain() local711 &pCcmProfile1, &pCcmProfile2); in interpCCMbywbgain()714 if (pCcmProfile1 && pCcmProfile2) { in interpCCMbywbgain()[all …]
120 if (ccm_contex->accmRest.pCcmProfile1) { in rk_aiq_uapi_accm_QueryCcmInfo()121 if (ccm_contex->accmRest.pCcmProfile1->name) { in rk_aiq_uapi_accm_QueryCcmInfo()122 strcpy(ccm_querry_info->ccmname1, ccm_contex->accmRest.pCcmProfile1->name); in rk_aiq_uapi_accm_QueryCcmInfo()146 if (ccm_contex->accmRest.pCcmProfile1) { in rk_aiq_uapi_accm_QueryCcmInfo()147 if (ccm_contex->accmRest.pCcmProfile1->name) { in rk_aiq_uapi_accm_QueryCcmInfo()148 strcpy(ccm_querry_info->ccmname1, ccm_contex->accmRest.pCcmProfile1->name); in rk_aiq_uapi_accm_QueryCcmInfo()
45 const CalibDbV2_Ccm_Matrix_Para_t *pCcmProfile1; member