Lines Matching refs:currentexp
1018 int currentexp = sd->params.exposure.coarseExpLo + in set_flicker() local
1030 currentexp = currentexp << sd->params.exposure.gain; in set_flicker()
1033 startexp = (currentexp + ROUND_UP_EXP_FOR_FLICKER) / cj; in set_flicker()
1045 if (currentexp > startexp) { in set_flicker()
1046 if (currentexp > (2 * startexp)) in set_flicker()
1047 currentexp = 2 * startexp; in set_flicker()
1049 COMPGAIN(COMP_RED, currentexp, startexp); in set_flicker()
1051 COMPGAIN(COMP_GREEN1, currentexp, startexp); in set_flicker()
1053 COMPGAIN(COMP_GREEN2, currentexp, startexp); in set_flicker()
1055 COMPGAIN(COMP_BLUE, currentexp, startexp); in set_flicker()
1076 sd->params.exposure.redComp, currentexp); in set_flicker()
1078 sd->params.exposure.green1Comp, currentexp); in set_flicker()
1080 sd->params.exposure.green2Comp, currentexp); in set_flicker()
1082 sd->params.exposure.blueComp, currentexp); in set_flicker()