Searched refs:unscaled_height (Results 1 – 1 of 1) sorted by relevance
103 int ret, unscaled_height, act_len = 0; in vicam_read_frame() local114 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()