Lines Matching refs:sensor_mode_data
39 IspController::init_sensor_mode_data (struct atomisp_sensor_mode_data *sensor_mode_data) in init_sensor_mode_data() argument
41 sensor_mode_data->coarse_integration_time_min = 1; in init_sensor_mode_data()
42 sensor_mode_data->coarse_integration_time_max_margin = 1; in init_sensor_mode_data()
43 sensor_mode_data->fine_integration_time_min = 0; in init_sensor_mode_data()
44 sensor_mode_data->fine_integration_time_max_margin = 0; in init_sensor_mode_data()
45 sensor_mode_data->fine_integration_time_def = 0; in init_sensor_mode_data()
46 sensor_mode_data->frame_length_lines = 1125; in init_sensor_mode_data()
47 sensor_mode_data->line_length_pck = 1320; in init_sensor_mode_data()
48 sensor_mode_data->read_mode = 0; in init_sensor_mode_data()
49 sensor_mode_data->vt_pix_clk_freq_mhz = 37125000; in init_sensor_mode_data()
50 sensor_mode_data->crop_horizontal_start = 0; in init_sensor_mode_data()
51 sensor_mode_data->crop_vertical_start = 0; in init_sensor_mode_data()
52 sensor_mode_data->crop_horizontal_end = 1920; in init_sensor_mode_data()
53 sensor_mode_data->crop_vertical_end = 1080; in init_sensor_mode_data()
54 sensor_mode_data->output_width = 1920; in init_sensor_mode_data()
55 sensor_mode_data->output_height = 1080; in init_sensor_mode_data()
56 sensor_mode_data->binning_factor_x = 1; in init_sensor_mode_data()
57 sensor_mode_data->binning_factor_y = 1; in init_sensor_mode_data()
62 IspController::get_sensor_mode_data (struct atomisp_sensor_mode_data &sensor_mode_data) in get_sensor_mode_data() argument
64 init_sensor_mode_data (&sensor_mode_data); in get_sensor_mode_data()
65 if (_device->io_control (ATOMISP_IOC_G_SENSOR_MODE_DATA, &sensor_mode_data) < 0) { in get_sensor_mode_data()