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

/linux-master/drivers/media/i2c/
H A Dov5640.c2155 u32 light_freq, cap_bandfilt, cap_maxband; local
2224 cap_bandfilt = cap_sysclk * 100 / cap_hts * 100 / 120;
2227 cap_bandfilt = cap_sysclk * 100 / cap_hts;
2239 if (!cap_bandfilt)
2242 cap_maxband = (int)((cap_vts - 4) / cap_bandfilt);
2260 if (cap_gain16_shutter < (cap_bandfilt * 16)) {
2270 if (cap_gain16_shutter > (cap_bandfilt * cap_maxband * 16)) {
2272 cap_shutter = cap_bandfilt * cap_maxband;
2280 ((int)(cap_gain16_shutter / 16 / cap_bandfilt))
2281 * cap_bandfilt;
[all...]

Completed in 92 milliseconds