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