HomeSort by relevance Sort by last modified time
    Searched refs:num_model_pts (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/
gyro_offset_over_temp_cal.cc 101 cal_data_.num_model_pts = over_temp_cal_.num_model_pts;
159 input_cal_data.num_model_pts > 0);
164 overTempCalSetModelData(&over_temp_cal_, input_cal_data.num_model_pts,
171 cal_data_.num_model_pts = over_temp_cal_.num_model_pts;
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
calibration_data.h 137 int16_t num_model_pts = 0; member in struct:online_calibration::CalibrationTypeFlags::CalibrationDataThreeAxis
209 int16_t num_model_pts = 0; member in struct:online_calibration::CalibrationTypeFlags::CalibrationDataSingleAxis
  /device/google/contexthub/firmware/os/algos/calibration/over_temp/
over_temp_cal.c 343 over_temp_cal->num_model_pts = 1;
346 over_temp_cal->num_model_pts = 0;
440 over_temp_cal->num_model_pts = NANO_MIN(data_length, OTC_MODEL_SIZE);
442 for (size_t i = 0; i < over_temp_cal->num_model_pts; i++) {
450 over_temp_cal->num_model_pts = valid_data_count;
489 *data_length = over_temp_cal->num_model_pts;
491 over_temp_cal->num_model_pts * sizeof(struct OverTempModelThreeAxis));
621 for (size_t i = 0; i < over_temp_cal->num_model_pts; i++) {
635 if (over_temp_cal->num_model_pts < OTC_MODEL_SIZE) {
639 &over_temp_cal->model_data[over_temp_cal->num_model_pts];
    [all...]
over_temp_cal.h 175 size_t num_model_pts; member in struct:DebugOverTempCal
234 // num_model_pts >= min_num_model_pts
235 // NOTE: Collecting 'num_model_pts' and given that only one point is
238 // model_temp_span >= 'num_model_pts' * delta_temp_per_bin
297 size_t num_model_pts; member in struct:OverTempCal

Completed in 1595 milliseconds