Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov5640.c1568 u32 light_freq, cap_bandfilt, cap_maxband; in ov5640_set_mode_exposure_calc() local
1636 cap_bandfilt = cap_sysclk * 100 / cap_hts * 100 / 120; in ov5640_set_mode_exposure_calc()
1639 cap_bandfilt = cap_sysclk * 100 / cap_hts; in ov5640_set_mode_exposure_calc()
1651 if (!cap_bandfilt) in ov5640_set_mode_exposure_calc()
1654 cap_maxband = (int)((cap_vts - 4) / cap_bandfilt); in ov5640_set_mode_exposure_calc()
1672 if (cap_gain16_shutter < (cap_bandfilt * 16)) { in ov5640_set_mode_exposure_calc()
1682 if (cap_gain16_shutter > (cap_bandfilt * cap_maxband * 16)) { in ov5640_set_mode_exposure_calc()
1684 cap_shutter = cap_bandfilt * cap_maxband; in ov5640_set_mode_exposure_calc()
1692 ((int)(cap_gain16_shutter / 16 / cap_bandfilt)) in ov5640_set_mode_exposure_calc()
1693 * cap_bandfilt; in ov5640_set_mode_exposure_calc()