Searched refs:deltaEstimation (Results 1 – 2 of 2) sorted by relevance
69 sync->deltaEstimation = sync->windowMax; in apHubSyncAddDelta()71 sync->deltaEstimation = ((SYNC_FILTER_B - SYNC_FILTER_A) * sync->deltaEstimation + in apHubSyncAddDelta()76 osLog(LOG_DEBUG, "ApHub new sync offset = %" PRId64, sync->deltaEstimation); in apHubSyncAddDelta()95 ret = sync->deltaEstimation; in apHubSyncGetDelta()
43 int64_t deltaEstimation; // the estimated delta between two clocks, filtered. member