Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c69 gyro_still_det->num_acc_samples++; in gyroStillDetUpdate()
100 (gyro_still_det->num_acc_samples > 1); in gyroStillDetUpdate()
225 if (gyro_still_det->num_acc_samples > 1) { in gyroStillDetReset()
226 tmp_denom = 1.f / gyro_still_det->num_acc_samples; in gyroStillDetReset()
234 gyro_still_det->num_acc_samples = 0; in gyroStillDetReset()
Dgyro_stillness_detect.h68 uint32_t num_acc_samples; member