Searched refs:interval_accumulator_nanos (Results 1 – 2 of 2) sorted by relevance
28 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()
63 float interval_accumulator_nanos; member