Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dcpia1.c1142 int old_exposure, new_exposure, framerate; in monitor_exposure() local
1173 old_exposure = sd->params.exposure.coarseExpHi * 256 + in monitor_exposure()
1201 } else if (old_exposure <= LOW_EXP || exp_acc > light_exp) { in monitor_exposure()
1203 if (old_exposure <= VERY_LOW_EXP) { in monitor_exposure()
1227 if (old_exposure >= MAX_EXP && exp_acc < dark_exp) { in monitor_exposure()
1247 } else if (old_exposure <= LOW_EXP || exp_acc > light_exp) { in monitor_exposure()
1249 if (old_exposure <= VERY_LOW_EXP) { in monitor_exposure()
1295 while (new_exposure < old_exposure / 2) in monitor_exposure()
1322 while (new_exposure < 2 * old_exposure && in monitor_exposure()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dcpia1.c1143 int old_exposure, new_exposure, framerate; in monitor_exposure() local
1174 old_exposure = sd->params.exposure.coarseExpHi * 256 + in monitor_exposure()
1202 } else if (old_exposure <= LOW_EXP || exp_acc > light_exp) { in monitor_exposure()
1204 if (old_exposure <= VERY_LOW_EXP) { in monitor_exposure()
1228 if (old_exposure >= MAX_EXP && exp_acc < dark_exp) { in monitor_exposure()
1248 } else if (old_exposure <= LOW_EXP || exp_acc > light_exp) { in monitor_exposure()
1250 if (old_exposure <= VERY_LOW_EXP) { in monitor_exposure()
1296 while (new_exposure < old_exposure / 2) in monitor_exposure()
1323 while (new_exposure < 2 * old_exposure && in monitor_exposure()

Completed in 7 milliseconds