Searched refs:usb_height (Results 1 – 1 of 1) sorted by relevance
1669 int usb_width, usb_height; in usbvision_set_output() local1685 usb_height = height / 2; in usbvision_set_output()1688 usb_height = height; in usbvision_set_output()1694 RESTRICT_TO_RANGE(usb_height, MIN_FRAME_HEIGHT, MAX_USB_HEIGHT); in usbvision_set_output()1695 usb_height &= ~(1); in usbvision_set_output()1698 usb_width, usb_height, width, height, in usbvision_set_output()1702 if ((usb_width != usbvision->curwidth) || (usb_height != usbvision->curheight)) { in usbvision_set_output()1705 value[2] = usb_height & 0xff; /* LSB */ in usbvision_set_output()1706 value[3] = (usb_height >> 8) & 0x03; /* MSB */ in usbvision_set_output()1719 usbvision->curheight = usbvision->stretch_height * usb_height; in usbvision_set_output()[all …]