Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/sample_rate_estimator/
Dsample_rate_estimator.c66 const float next_interval_nanos = floatFromUint64( in sampleRateEstimatorUpdate() local
72 if (next_interval_nanos >= sample_rate_estimator->max_interval_nanos) { in sampleRateEstimatorUpdate()
79 sample_rate_estimator->interval_accumulator_nanos += next_interval_nanos; in sampleRateEstimatorUpdate()