Home
last modified time | relevance | path

Searched refs:unscaled_height (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/usb/gspca/
H A Dvicam.c103 int ret, unscaled_height, act_len = 0; in vicam_read_frame() local
114 unscaled_height = gspca_dev->pixfmt.height * 2; in vicam_read_frame()
116 unscaled_height = gspca_dev->pixfmt.height; in vicam_read_frame()
118 if (unscaled_height <= 200) in vicam_read_frame()
120 else if (unscaled_height <= 242) /* Yes 242 not 240 */ in vicam_read_frame()
138 req_data[8] = ((244 - unscaled_height) / 2) & ~0x01; /* vstart */ in vicam_read_frame()