Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c135 gyroStillDetInit(&gyro_cal->accel_stillness_detect, in gyroCalInit()
308 gyroStillDetUpdate(&gyro_cal->accel_stillness_detect, in gyroCalUpdateAccel()
337 !gyro_cal->accel_stillness_detect.stillness_window_ready || in deviceStillnessCheck()
347 gyroStillDetCompute(&gyro_cal->accel_stillness_detect); in deviceStillnessCheck()
362 conf_not_accel = gyro_cal->accel_stillness_detect.stillness_confidence; in deviceStillnessCheck()
403 gyroStillDetReset(&gyro_cal->accel_stillness_detect, in deviceStillnessCheck()
422 gyroStillDetReset(&gyro_cal->accel_stillness_detect, in deviceStillnessCheck()
446 gyroStillDetReset(&gyro_cal->accel_stillness_detect, /*reset_stats=*/true); in deviceStillnessCheck()
505 gyro_cal->accel_stillness_detect.prev_stillness_confidence * in computeGyroCal()
559 gyroStillDetReset(&gyro_cal->accel_stillness_detect, /*reset_stats=*/true); in checkWatchdog()
[all …]
Dgyro_cal.h130 struct GyroStillDet accel_stillness_detect; member