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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dcpia1.c1076 int ret, startexp; local
1089 startexp = (currentexp + ROUND_UP_EXP_FOR_FLICKER) / cj;
1090 if (startexp < 1)
1091 startexp = 1;
1092 startexp = (startexp * cj) - 1;
1094 while (startexp > MAX_EXP_102)
1095 startexp -= cj;
1097 while (startexp > MAX_EXP)
1098 startexp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dcpia.c2414 int startexp; local
2425 startexp = (currentexp + ROUND_UP_EXP_FOR_FLICKER) / cj;
2426 if(startexp < 1)
2427 startexp = 1;
2428 startexp = (startexp * cj) - 1;
2430 while(startexp > MAX_EXP_102)
2431 startexp -= cj;
2433 while(startexp > MAX_EXP)
2434 startexp
[all...]

Completed in 154 milliseconds