Home
last modified time | relevance | path

Searched refs:sensor_mode_data (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/modules/isp/
Disp_controller.cpp39 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()
[all …]
Dx3a_analyzer_aiq.cpp184 struct atomisp_sensor_mode_data sensor_mode_data; in configure_3a() local
185 xcam_mem_clear (sensor_mode_data); in configure_3a()
188 ret = _isp->get_sensor_mode_data (sensor_mode_data); in configure_3a()
190 _sensor_mode_data = sensor_mode_data; in configure_3a()
Disp_controller.h37 void init_sensor_mode_data (struct atomisp_sensor_mode_data *sensor_mode_data);
38 XCamReturn get_sensor_mode_data (struct atomisp_sensor_mode_data &sensor_mode_data);
Daiq_handler.h96 bool set_description (struct atomisp_sensor_mode_data *sensor_mode_data);
/external/libxcam/plugins/3a/aiq/
Daiq_wrapper.cpp42 bool setup_analyzer (struct atomisp_sensor_mode_data &sensor_mode_data, const char *cpf);
88 XCam3AAiqContext::setup_analyzer (struct atomisp_sensor_mode_data &sensor_mode_data, const char *cp… in setup_analyzer() argument
91 SmartPtr<X3aAnalyzer> aiq_analyzer = new X3aAnalyzerAiq (sensor_mode_data, cpf); in setup_analyzer()
223 struct atomisp_sensor_mode_data sensor_mode_data; in xcam_configure_3a() local
227 sensor_mode_data.coarse_integration_time_min = 1; in xcam_configure_3a()
228 sensor_mode_data.coarse_integration_time_max_margin = 1; in xcam_configure_3a()
229 sensor_mode_data.fine_integration_time_min = 0; in xcam_configure_3a()
230 sensor_mode_data.fine_integration_time_max_margin = 0; in xcam_configure_3a()
231 sensor_mode_data.fine_integration_time_def = 0; in xcam_configure_3a()
232 sensor_mode_data.frame_length_lines = 1125; in xcam_configure_3a()
[all …]