Searched refs:currentexp (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/usb/gspca/ |
| H A D | cpia1.c | 1032 currentexp = currentexp << sd->params.exposure.gain; in set_flicker() 1047 if (currentexp > startexp) { in set_flicker() 1048 if (currentexp > (2 * startexp)) in set_flicker() 1049 currentexp = 2 * startexp; in set_flicker() 1051 COMPGAIN(COMP_RED, currentexp, startexp); in set_flicker() 1053 COMPGAIN(COMP_GREEN1, currentexp, startexp); in set_flicker() 1055 COMPGAIN(COMP_GREEN2, currentexp, startexp); in set_flicker() 1057 COMPGAIN(COMP_BLUE, currentexp, startexp); in set_flicker() 1078 sd->params.exposure.redComp, currentexp); in set_flicker() 1080 sd->params.exposure.green1Comp, currentexp); in set_flicker() [all …]
|