Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/usb/gspca/
Dcpia1.c1019 int currentexp = sd->params.exposure.coarseExpLo + in set_flicker() local
1031 currentexp = currentexp << sd->params.exposure.gain; in set_flicker()
1034 startexp = (currentexp + ROUND_UP_EXP_FOR_FLICKER) / cj; in set_flicker()
1046 if (currentexp > startexp) { in set_flicker()
1047 if (currentexp > (2 * startexp)) in set_flicker()
1048 currentexp = 2 * startexp; in set_flicker()
1050 COMPGAIN(COMP_RED, currentexp, startexp); in set_flicker()
1052 COMPGAIN(COMP_GREEN1, currentexp, startexp); in set_flicker()
1054 COMPGAIN(COMP_GREEN2, currentexp, startexp); in set_flicker()
1056 COMPGAIN(COMP_BLUE, currentexp, startexp); in set_flicker()
[all …]