Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/gspca/
Dcpia1.c1267 int ret, light_exp, dark_exp, very_dark_exp; in monitor_exposure() local
1289 light_exp = sd->params.colourParams.brightness + in monitor_exposure()
1291 if (light_exp > 255) in monitor_exposure()
1292 light_exp = 255; in monitor_exposure()
1327 } else if (old_exposure <= LOW_EXP || exp_acc > light_exp) { in monitor_exposure()
1373 } else if (old_exposure <= LOW_EXP || exp_acc > light_exp) { in monitor_exposure()