Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h62 uint32_t max_batch_window; member
Daccel_cal.c131 asd->max_batch_window = t0 + 100000000; in accelStillInit()
213 if (sample_time_nanos - asd->start_time < asd->max_batch_window) { in stillnessBatchComplete()