Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/sample_rate_estimator/
Dsample_rate_estimator.c28 sample_rate_estimator->interval_accumulator_nanos = 0.0f; in sampleRateEstimatorResetAccumulator()
79 sample_rate_estimator->interval_accumulator_nanos += next_interval_nanos; in sampleRateEstimatorUpdate()
89 (SEC_TO_NANOS(1) / sample_rate_estimator->interval_accumulator_nanos); in sampleRateEstimatorUpdate()
Dsample_rate_estimator.h63 float interval_accumulator_nanos; member