Searched refs:expotimes (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/media/usb/gspca/
H A Dspca561.c646 int expotimes; local
677 expotimes = i2c_read(gspca_dev, 0x09, 0x10);
679 expotimes = expotimes & 0x07ff;
682 expotimes += (luma_mean - y) >> spring;
691 if (expotimes > 0x0256)
692 expotimes = 0x0256;
693 else if (expotimes < 3)
694 expotimes = 3;
695 i2c_write(gspca_dev, expotimes | pixelcl
[all...]
H A Dsonixj.c2573 int expotimes; local
2597 expotimes = sd->exposure;
2598 expotimes += (luma_mean - delta) >> 6;
2599 if (expotimes < 0)
2600 expotimes = 0;
2602 (unsigned int) expotimes);
2605 expotimes = sd->exposure >> 8;
2606 expotimes += (luma_mean - delta) >> 4;
2607 if (expotimes < 0)
2608 expotimes
[all...]

Completed in 181 milliseconds