Searched refs:startexp (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcpia.c2431 int startexp; local
2442 startexp = (currentexp + ROUND_UP_EXP_FOR_FLICKER) / cj;
2443 if(startexp < 1)
2444 startexp = 1;
2445 startexp = (startexp * cj) - 1;
2447 while(startexp > MAX_EXP_102)
2448 startexp -= cj;
2450 while(startexp > MAX_EXP)
2451 startexp
[all...]

Completed in 55 milliseconds