Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.cpp283 const CalibDbV2_Ccm_Matrix_Para_t** pCcmProfile2 in SatSelectCcmProfiles() argument
288 || (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() local
711 &pCcmProfile1, &pCcmProfile2); in interpCCMbywbgain()
714 if (pCcmProfile1 && pCcmProfile2) { in interpCCMbywbgain()
717 pCcmProfile2->saturation); in interpCCMbywbgain()
718 ret = SatInterpolateMatrices(fSaturation, pCcmProfile1, pCcmProfile2, in interpCCMbywbgain()
[all …]
H A Drk_aiq_uapi_accm_int.cpp125 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()
H A Drk_aiq_types_accm_algo_prvt.h46 const CalibDbV2_Ccm_Matrix_Para_t *pCcmProfile2; member