Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Disp_image_processor.cpp87 struct atomisp_sensor_mode_data sensor_data; in apply_3a_results() local
88 xcam_mem_clear (sensor_data); in apply_3a_results()
89 if (_controller->get_sensor_mode_data(sensor_data) != XCAM_RETURN_NO_ERROR) { in apply_3a_results()
92 _sensor->set_sensor_data (sensor_data); in apply_3a_results()
Daiq_handler.cpp364 AiqAeHandler::set_description (struct atomisp_sensor_mode_data *sensor_data) in set_description() argument
366 XCAM_ASSERT (sensor_data); in set_description()
368 _sensor_descriptor.pixel_clock_freq_mhz = sensor_data->vt_pix_clk_freq_mhz / 1000000.0f; in set_description()
369 _sensor_descriptor.pixel_periods_per_line = sensor_data->line_length_pck; in set_description()
370 _sensor_descriptor.line_periods_per_field = sensor_data->frame_length_lines; in set_description()
371 _sensor_descriptor.line_periods_vertical_blanking = sensor_data->frame_length_lines in set_description()
372 - (sensor_data->crop_vertical_end - sensor_data->crop_vertical_start + 1) in set_description()
373 / sensor_data->binning_factor_y; in set_description()
374 _sensor_descriptor.fine_integration_time_min = sensor_data->fine_integration_time_def; in set_description()
375 …_sensor_descriptor.fine_integration_time_max_margin = sensor_data->line_length_pck - sensor_data->… in set_description()
[all …]
Dx3a_analyzer_aiq.cpp84 X3aAnalyzerAiq::X3aAnalyzerAiq (struct atomisp_sensor_mode_data &sensor_data, const char *cpf_path) in X3aAnalyzerAiq() argument
86 , _sensor_mode_data (sensor_data) in X3aAnalyzerAiq()
Dx3a_analyzer_aiq.h38 explicit X3aAnalyzerAiq (struct atomisp_sensor_mode_data &sensor_data, const char *cpf_path);
/external/walt/pywalt/pywalt/
Dscreen_stats.py6 sensor_data = numpy.loadtxt(sensor_file_name)
10 t_sensor = sensor_data[:, 0] * 1e3