Home
last modified time | relevance | path

Searched refs:gainmap (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dotp_eeprom.c591 otp_ptr->pdaf_data.gainmap[i] = pdaf_buf[i]; in rkotp_read_pdaf()
592 checksum += otp_ptr->pdaf_data.gainmap[i]; in rkotp_read_pdaf()
600 dev_info(dev, "%d ", otp_ptr->pdaf_data.gainmap[i * w + j]); in rkotp_read_pdaf()
939 (dev->otp->pdaf_data.gainmap[(i * gainmap_w + j) * 2] << 8) | in otp_eeprom_show()
940 dev->otp->pdaf_data.gainmap[(i * gainmap_w + j) * 2 + 1]); in otp_eeprom_show()
H A Dotp_eeprom.h146 u32 gainmap[RK_GAINMAP_SIZE]; member
H A Dov50c40.c6214 inf->pdaf.gainmap[i * w + j] = in ov50c40_get_otp()
6215 (otp->pdaf_data.gainmap[(i * w + j) * 2] << 8) | in ov50c40_get_otp()
6216 otp->pdaf_data.gainmap[(i * w + j) * 2 + 1]; in ov50c40_get_otp()
H A Dimx586.c1217 inf->pdaf.gainmap[i * w + j] = in imx586_get_otp()
1218 (otp->pdaf_data.gainmap[(i * w + j) * 2] << 8) | in imx586_get_otp()
1219 otp->pdaf_data.gainmap[(i * w + j) * 2 + 1]; in imx586_get_otp()
H A Ds5kjn1.c1276 inf->pdaf.gainmap[i * w + j] = in s5kjn1_get_otp()
1277 (otp->pdaf_data.gainmap[(i * w + j) * 2] << 8) | in s5kjn1_get_otp()
1278 otp->pdaf_data.gainmap[(i * w + j) * 2 + 1]; in s5kjn1_get_otp()
H A Dgc8034.c1479 inf->pdaf.gainmap[i * w + j] = in gc8034_get_otp()
1480 (otp->pdaf_data.gainmap[(i * w + j) * 2] << 8) | in gc8034_get_otp()
1481 otp->pdaf_data.gainmap[(i * w + j) * 2 + 1]; in gc8034_get_otp()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-camera-module.h329 __u16 gainmap[RKMODULE_PADF_GAINMAP_LEN]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk-camera-module.h317 __u16 gainmap[RKMODULE_PADF_GAINMAP_LEN]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp3615 sprintf(print_buf + strlen(print_buf), "%d ", otp_pdaf->gainmap[i * gainmap_w + j]); in showOtpPdafData()