Home
last modified time | relevance | path

Searched refs:sensor_mode (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/isp/
Daiq_handler.cpp1270 AiqCompositor::set_sensor_mode_data (struct atomisp_sensor_mode_data *sensor_mode) in set_sensor_mode_data() argument
1272 _frame_params.horizontal_crop_offset = sensor_mode->crop_horizontal_start; in set_sensor_mode_data()
1273 _frame_params.vertical_crop_offset = sensor_mode->crop_vertical_start; in set_sensor_mode_data()
1274 …_frame_params.cropped_image_height = sensor_mode->crop_vertical_end - sensor_mode->crop_vertical_s… in set_sensor_mode_data()
1275 …_frame_params.cropped_image_width = sensor_mode->crop_horizontal_end - sensor_mode->crop_horizonta… in set_sensor_mode_data()
1286sensor_mode->output_width * 254 * sensor_mode->binning_factor_x / _frame_params.cropped_image_widt… in set_sensor_mode_data()
1288sensor_mode->output_height * 254 * sensor_mode->binning_factor_y / _frame_params.cropped_image_hei… in set_sensor_mode_data()
1291 if (!_ae_handler->set_description (sensor_mode)) { in set_sensor_mode_data()
Daiq_handler.h268 bool set_sensor_mode_data (struct atomisp_sensor_mode_data *sensor_mode);