Home
last modified time | relevance | path

Searched refs:lsc_r (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_algo_alsc_itf.cpp83 hAlsc->otpGrad.lsc_gr, hAlsc->otpGrad.lsc_r, \ in prepare()
87 hAlsc->otpGrad.lsc_r[0], in prepare()
88 hAlsc->otpGrad.lsc_r[1], in prepare()
89 hAlsc->otpGrad.lsc_r[2], in prepare()
90 hAlsc->otpGrad.lsc_r[3], in prepare()
91 hAlsc->otpGrad.lsc_r[4], in prepare()
H A Drk_aiq_alsc_convert_otp.cpp65 writeFile(fileName, otpGrad->lsc_r); in convertLscTableParameter()
78 calculateCorrectFactor(otpGrad->lsc_r, rTable, srcLscWidth, srcLscHeight, sizeX, sizeY); in convertLscTableParameter()
133 *(otpGrad->lsc_r + i * 17 + j) = plscdataR[r * dstWidth / 2 + c]; in convertLscTableParameter()
142 writeFile(fileName, otpGrad->lsc_r); in convertLscTableParameter()
158 otpGrad->lsc_r[0], in convertLscTableParameter()
159 otpGrad->lsc_r[1], in convertLscTableParameter()
160 otpGrad->lsc_r[2], in convertLscTableParameter()
161 otpGrad->lsc_r[3], in convertLscTableParameter()
H A Drk_aiq_alsc_algo_v1.cpp593 memcpy(hAlsc->otpGrad.lsc_r, alscSwInfo->otpInfo.lsc_r, sizeof(hAlsc->otpGrad.lsc_r)); in alscGetOtpInfo()
608 hAlsc->otpGrad.lsc_r[0], in alscGetOtpInfo()
609 hAlsc->otpGrad.lsc_r[1], in alscGetOtpInfo()
610 hAlsc->otpGrad.lsc_r[2], in alscGetOtpInfo()
611 hAlsc->otpGrad.lsc_r[3], in alscGetOtpInfo()
639 (float(otpGrad->lsc_r[i]) / 1024) + 0.5; in genLscMatrixToHwConf()
H A Drk_aiq_types_alsc_algo_prvt.h107 uint16_t lsc_r[LSC_DATA_TBL_SIZE]; member
H A Drk_aiq_alsc_algo.cpp96 (float(otpGrad->lsc_r[i]) / 1024) + 0.5; in genLscMatrixToHwConf()
665 memcpy(hAlsc->otpGrad.lsc_r, alscSwInfo->otpInfo.lsc_r, sizeof(hAlsc->otpGrad.lsc_r)); in alscGetOtpInfo()
680 hAlsc->otpGrad.lsc_r[0], in alscGetOtpInfo()
681 hAlsc->otpGrad.lsc_r[1], in alscGetOtpInfo()
682 hAlsc->otpGrad.lsc_r[2], in alscGetOtpInfo()
683 hAlsc->otpGrad.lsc_r[3], in alscGetOtpInfo()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/alsc/
H A Drk_aiq_types_alsc_algo_int.h37 uint16_t *lsc_r; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAlscHandle.cpp188 alsc_config_int->alsc_sw_info.otpInfo.lsc_r = sharedCom->snsDes.otp_lsc->lsc_r; in prepare()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-camera-module.h278 __u16 lsc_r[RKMODULE_LSCDATA_LEN]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk-camera-module.h266 __u16 lsc_r[RKMODULE_LSCDATA_LEN]; member
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov8858.c2217 inf->lsc.lsc_r[i] = otp_r1a->lenc[j++] + otp_r1a->lenc[109]; in ov8858_get_r1a_otp()
2287 inf->lsc.lsc_r[i] = otp_r2a->lenc[j++]; in ov8858_get_r2a_otp()
H A Dimx214.c933 inf->lsc.lsc_r[i] = otp->lenc[i]; in imx214_get_otp()
H A Dimx258.c1022 inf->lsc.lsc_r[i] = otp->lenc[i]; in imx258_get_otp()
H A Dov50c40.c6190 inf->lsc.lsc_r[i] = (otp->lsc_data.data[i * 2] << 8) | in ov50c40_get_otp()
H A Dimx586.c1193 inf->lsc.lsc_r[i] = (otp->lsc_data.data[i * 2] << 8) | in imx586_get_otp()
H A Ds5kjn1.c1252 inf->lsc.lsc_r[i] = (otp->lsc_data.data[i * 2] << 8) | in s5kjn1_get_otp()
H A Dgc8034.c1455 inf->lsc.lsc_r[i] = (otp->lsc_data.data[i * 2] << 8) | in gc8034_get_otp()