Searched refs:unscaled_height (Results 1 – 1 of 1) sorted by relevance
112 int ret, unscaled_height, act_len = 0; in vicam_read_frame() local123 unscaled_height = gspca_dev->pixfmt.height * 2; in vicam_read_frame()125 unscaled_height = gspca_dev->pixfmt.height; in vicam_read_frame()127 if (unscaled_height <= 200) in vicam_read_frame()129 else if (unscaled_height <= 242) /* Yes 242 not 240 */ in vicam_read_frame()147 req_data[8] = ((244 - unscaled_height) / 2) & ~0x01; /* vstart */ in vicam_read_frame()