Searched refs:expotimes (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 Dspca561.c706 int expotimes; local
738 expotimes = i2c_read(gspca_dev, 0x09, 0x10);
740 expotimes = expotimes & 0x07ff;
743 expotimes,pixelclk); */
748 expotimes += (luma_mean - y) >> spring;
751 "compute expotimes %d gain %d",
752 expotimes,gainG); */
760 if (expotimes > 0x0256)
761 expotimes
[all...]
H A Dsonixj.c2597 int expotimes; local
2614 expotimes = sd->exposure;
2615 expotimes += (luma_mean - delta) >> 6;
2616 if (expotimes < 0)
2617 expotimes = 0;
2619 (unsigned int) expotimes);
2622 expotimes = sd->exposure >> 8;
2623 expotimes += (luma_mean - delta) >> 4;
2624 if (expotimes < 0)
2625 expotimes
[all...]

Completed in 55 milliseconds