Searched refs:usb_height (Results 1 – 1 of 1) sorted by relevance
1680 int usb_width, usb_height; in usbvision_set_output() local1696 usb_height = height / 2; in usbvision_set_output()1699 usb_height = height; in usbvision_set_output()1705 RESTRICT_TO_RANGE(usb_height, MIN_FRAME_HEIGHT, MAX_USB_HEIGHT); in usbvision_set_output()1706 usb_height &= ~(1); in usbvision_set_output()1709 usb_width, usb_height, width, height, in usbvision_set_output()1713 if ((usb_width != usbvision->curwidth) || (usb_height != usbvision->curheight)) { in usbvision_set_output()1716 value[2] = usb_height & 0xff; /* LSB */ in usbvision_set_output()1717 value[3] = (usb_height >> 8) & 0x03; /* MSB */ in usbvision_set_output()1730 usbvision->curheight = usbvision->stretch_height * usb_height; in usbvision_set_output()[all …]