Searched refs:stretch_width (Results 1 – 2 of 2) sorted by relevance
460 frame->frmwidth = frame->isoc_header.frame_width * usbvision->stretch_width; in usbvision_find_header()515 stretch_bytes = (usbvision->stretch_width - 1) * bytes_per_pixel; in usbvision_parse_lines_422()517 clipmask_add = usbvision->stretch_width; in usbvision_parse_lines_422()519 for (i = 0; i < frame->frmwidth; i += (2 * usbvision->stretch_width)) { in usbvision_parse_lines_422()898 stretch_bytes = (usbvision->stretch_width - 1) * bytes_per_pixel; in usbvision_parse_lines_420()901 clipmask_add = usbvision->stretch_width; in usbvision_parse_lines_420()1689 usbvision->stretch_width = 2; in usbvision_set_output()1692 usbvision->stretch_width = 1; in usbvision_set_output()1710 usbvision->stretch_width, usbvision->stretch_height); in usbvision_set_output()1729 usbvision->curwidth = usbvision->stretch_width * usb_width; in usbvision_set_output()[all …]
405 int stretch_width; /* stretch-factor for frame width (from usb to screen)*/ member