OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windowMax
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/
ap_hub_sync.c
57
// setup the
windowMax
before switching state
58
sync->
windowMax
= delta;
63
sync->
windowMax
= (delta > sync->
windowMax
) ? delta : sync->
windowMax
;
69
sync->deltaEstimation = sync->
windowMax
;
72
SYNC_FILTER_A * sync->
windowMax
) / SYNC_FILTER_B;
78
// start new window by resetting
windowMax
and windowTimeout after this window is done
79
sync->
windowMax
= INT64_MIN;
92
ret = sync->
windowMax
;
[
all
...]
/device/google/contexthub/firmware/os/inc/algos/
ap_hub_sync.h
45
int64_t
windowMax
; // track the maximum timestamp difference in a window
Completed in 91 milliseconds