Home
last modified time | relevance | path

Searched refs:pCcmProfile1 (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.cpp282 const CalibDbV2_Ccm_Matrix_Para_t** pCcmProfile1, in SatSelectCcmProfiles() argument
288 || (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() local
711 &pCcmProfile1, &pCcmProfile2); in interpCCMbywbgain()
714 if (pCcmProfile1 && pCcmProfile2) { in interpCCMbywbgain()
[all …]
H A Drk_aiq_uapi_accm_int.cpp120 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()
H A Drk_aiq_types_accm_algo_prvt.h45 const CalibDbV2_Ccm_Matrix_Para_t *pCcmProfile1; member