Home
last modified time | relevance | path

Searched defs:gyro_still_det (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c29 void gyroStillDetInit(struct GyroStillDet* gyro_still_det, float var_threshold, in gyroStillDetInit()
51 void gyroStillDetUpdate(struct GyroStillDet* gyro_still_det, in gyroStillDetUpdate()
124 float gyroStillDetCompute(struct GyroStillDet* gyro_still_det) { in gyroStillDetCompute()
211 void gyroStillDetReset(struct GyroStillDet* gyro_still_det, bool reset_stats) { in gyroStillDetReset()