HomeSort by relevance Sort by last modified time
    Searched full:max_interval_nanos (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/sample_rate_estimator/
sample_rate_estimator.c 40 sample_rate_estimator->max_interval_nanos =
70 // sampling intervals greater than 'max_interval_nanos' (i.e., intermittant
72 if (next_interval_nanos >= sample_rate_estimator->max_interval_nanos) {
sample_rate_estimator.h 66 float max_interval_nanos; member in struct:SampleRateEstimator

Completed in 173 milliseconds