Searched refs:sensor_height (Results 1 – 6 of 6) sorted by relevance
108 *height = go->board_info->sensor_height; in get_resolution()192 int sensor_height = 0, sensor_width = 0; in set_capture_size() local198 get_resolution(go, &sensor_width, &sensor_height); in set_capture_size()202 height = sensor_height; in set_capture_size()211 if (fmt->fmt.pix.height > sensor_height) in set_capture_size()212 height = sensor_height; in set_capture_size()222 height = sensor_height / 4; in set_capture_size()225 height = sensor_height / 2; in set_capture_size()228 height = sensor_height; in set_capture_size()
83 int sensor_height; member
704 go->height = board->sensor_height; in go7007_update_board()
281 .sensor_height = 240,
440 sd->sensor_height = max_height; in w9968cf_set_crop_window()
113 u16 sensor_height; member4205 i2c_w(sd, 0x1a, vwebase + (sd->sensor_height >> vwscale)); in set_ov_sensor_window()4215 sd->sensor_height = sd->gspca_dev.height; in sd_start()