Searched refs:stretch_width (Results 1 – 2 of 2) sorted by relevance
451 frame->frmwidth = frame->isoc_header.frame_width * usbvision->stretch_width; in usbvision_find_header()506 stretch_bytes = (usbvision->stretch_width - 1) * bytes_per_pixel; in usbvision_parse_lines_422()508 clipmask_add = usbvision->stretch_width; in usbvision_parse_lines_422()510 for (i = 0; i < frame->frmwidth; i += (2 * usbvision->stretch_width)) { in usbvision_parse_lines_422()889 stretch_bytes = (usbvision->stretch_width - 1) * bytes_per_pixel; in usbvision_parse_lines_420()892 clipmask_add = usbvision->stretch_width; in usbvision_parse_lines_420()1678 usbvision->stretch_width = 2; in usbvision_set_output()1681 usbvision->stretch_width = 1; in usbvision_set_output()1699 usbvision->stretch_width, usbvision->stretch_height); in usbvision_set_output()1718 usbvision->curwidth = usbvision->stretch_width * usb_width; in usbvision_set_output()[all …]
400 int stretch_width; /* stretch-factor for frame width (from usb to screen)*/ member