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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-core.c1605 usbvision->comprLevel = 50;
1645 usbvision->comprLevel += (usbvision->usedBandwidth - 90) / 2;
1646 RESTRICT_TO_RANGE(usbvision->comprLevel, 0, 100);
1647 if (usbvision->comprLevel != usbvision->lastComprLevel) {
1650 buffer[0] = (unsigned char)(4 + 16 * usbvision->comprLevel / 100); // PCM Threshold 1
1651 buffer[1] = (unsigned char)(4 + 8 * usbvision->comprLevel / 100); // PCM Threshold 2
1652 distorsion = 7 + 248 * usbvision->comprLevel / 100;
1655 distorsion = 1 + 42 * usbvision->comprLevel / 100;
1660 buffer[0] = (unsigned char)(4 + 16 * usbvision->comprLevel / 100); // PCM threshold 1
1661 buffer[1] = (unsigned char)(4 + 8 * usbvision->comprLevel / 10
[all...]
H A Dusbvision.h453 int usedBandwidth; // used bandwidth 0-100%, need to set comprLevel
454 int comprLevel; // How strong (100) or weak (0) is compression member in struct:usb_usbvision

Completed in 72 milliseconds