Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAlscHandle.cpp184 alsc_config_int->alsc_sw_info.otpInfo.flag = sharedCom->snsDes.otp_lsc->flag; in prepare()
185 alsc_config_int->alsc_sw_info.otpInfo.width = sharedCom->snsDes.otp_lsc->width; in prepare()
186 alsc_config_int->alsc_sw_info.otpInfo.height = sharedCom->snsDes.otp_lsc->height; in prepare()
187 alsc_config_int->alsc_sw_info.otpInfo.table_size = sharedCom->snsDes.otp_lsc->table_size; in prepare()
188 alsc_config_int->alsc_sw_info.otpInfo.lsc_r = sharedCom->snsDes.otp_lsc->lsc_r; in prepare()
189 alsc_config_int->alsc_sw_info.otpInfo.lsc_b = sharedCom->snsDes.otp_lsc->lsc_b; in prepare()
190 alsc_config_int->alsc_sw_info.otpInfo.lsc_gr = sharedCom->snsDes.otp_lsc->lsc_gr; in prepare()
191 alsc_config_int->alsc_sw_info.otpInfo.lsc_gb = sharedCom->snsDes.otp_lsc->lsc_gb; in prepare()
193 alsc_config_int->alsc_sw_info.otpInfo.flag = 0; in prepare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp588 if (alscSwInfo->otpInfo.flag) { in alscGetOtpInfo()
589 hAlsc->otpGrad.flag = alscSwInfo->otpInfo.flag; in alscGetOtpInfo()
590 hAlsc->otpGrad.width = alscSwInfo->otpInfo.width; in alscGetOtpInfo()
591 hAlsc->otpGrad.height = alscSwInfo->otpInfo.height; in alscGetOtpInfo()
592 hAlsc->otpGrad.table_size = alscSwInfo->otpInfo.table_size; in alscGetOtpInfo()
593 memcpy(hAlsc->otpGrad.lsc_r, alscSwInfo->otpInfo.lsc_r, sizeof(hAlsc->otpGrad.lsc_r)); in alscGetOtpInfo()
594 memcpy(hAlsc->otpGrad.lsc_gr, alscSwInfo->otpInfo.lsc_gr, sizeof(hAlsc->otpGrad.lsc_gr)); in alscGetOtpInfo()
595 memcpy(hAlsc->otpGrad.lsc_gb, alscSwInfo->otpInfo.lsc_gb, sizeof(hAlsc->otpGrad.lsc_gb)); in alscGetOtpInfo()
596 memcpy(hAlsc->otpGrad.lsc_b, alscSwInfo->otpInfo.lsc_b, sizeof(hAlsc->otpGrad.lsc_b)); in alscGetOtpInfo()
598 hAlsc->alscSwInfo.otpInfo.flag = 0; in alscGetOtpInfo()
H A Drk_aiq_alsc_algo.cpp660 if (alscSwInfo->otpInfo.flag) { in alscGetOtpInfo()
661 hAlsc->otpGrad.flag = alscSwInfo->otpInfo.flag; in alscGetOtpInfo()
662 hAlsc->otpGrad.width = alscSwInfo->otpInfo.width; in alscGetOtpInfo()
663 hAlsc->otpGrad.height = alscSwInfo->otpInfo.height; in alscGetOtpInfo()
664 hAlsc->otpGrad.table_size = alscSwInfo->otpInfo.table_size; in alscGetOtpInfo()
665 memcpy(hAlsc->otpGrad.lsc_r, alscSwInfo->otpInfo.lsc_r, sizeof(hAlsc->otpGrad.lsc_r)); in alscGetOtpInfo()
666 memcpy(hAlsc->otpGrad.lsc_gr, alscSwInfo->otpInfo.lsc_gr, sizeof(hAlsc->otpGrad.lsc_gr)); in alscGetOtpInfo()
667 memcpy(hAlsc->otpGrad.lsc_gb, alscSwInfo->otpInfo.lsc_gb, sizeof(hAlsc->otpGrad.lsc_gb)); in alscGetOtpInfo()
668 memcpy(hAlsc->otpGrad.lsc_b, alscSwInfo->otpInfo.lsc_b, sizeof(hAlsc->otpGrad.lsc_b)); in alscGetOtpInfo()
670 hAlsc->alscSwInfo.otpInfo.flag = 0; in alscGetOtpInfo()
H A Drk_aiq_algo_alsc_itf.cpp78 if((para->alsc_sw_info.otpInfo.flag && !hAlsc->otpGrad.flag) || \ in prepare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/alsc/
H A Drk_aiq_types_alsc_algo_int.h52 AlscOtpInfo_t otpInfo; member