Home
last modified time | relevance | path

Searched refs:dccmap_w (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dotp_eeprom.c844 u32 dccmap_w, dccmap_h; in otp_eeprom_show() local
928 dccmap_w = dev->otp->pdaf_data.dccmap_width; in otp_eeprom_show()
953 for (j = 0; j < dccmap_w; j++) { in otp_eeprom_show()
955 (dev->otp->pdaf_data.dccmap[(i * dccmap_w + j) * 2] << 8) | in otp_eeprom_show()
956 dev->otp->pdaf_data.dccmap[(i * dccmap_w + j) * 2 + 1]); in otp_eeprom_show()
957 if (j < dccmap_w) in otp_eeprom_show()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp3598 unsigned int dccmap_w, dccmap_h; in showOtpPdafData() local
3605 dccmap_w = otp_pdaf->dccmap_width; in showOtpPdafData()
3627 for (j = 0; j < dccmap_w; j++) { in showOtpPdafData()
3628 sprintf(print_buf + strlen(print_buf), "%d ", otp_pdaf->dccmap[i * dccmap_w + j]); in showOtpPdafData()