Lines Matching refs:currentexp
1025 int currentexp = sd->params.exposure.coarseExpLo + in set_flicker() local
1037 currentexp = currentexp << sd->params.exposure.gain; in set_flicker()
1040 startexp = (currentexp + ROUND_UP_EXP_FOR_FLICKER) / cj; in set_flicker()
1052 if (currentexp > startexp) { in set_flicker()
1053 if (currentexp > (2 * startexp)) in set_flicker()
1054 currentexp = 2 * startexp; in set_flicker()
1056 COMPGAIN(COMP_RED, currentexp, startexp); in set_flicker()
1058 COMPGAIN(COMP_GREEN1, currentexp, startexp); in set_flicker()
1060 COMPGAIN(COMP_GREEN2, currentexp, startexp); in set_flicker()
1062 COMPGAIN(COMP_BLUE, currentexp, startexp); in set_flicker()
1083 sd->params.exposure.redComp, currentexp); in set_flicker()
1085 sd->params.exposure.green1Comp, currentexp); in set_flicker()
1087 sd->params.exposure.green2Comp, currentexp); in set_flicker()
1089 sd->params.exposure.blueComp, currentexp); in set_flicker()