Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/jni/
DREADME.md24 positive value `E` behind the local clock, denote it by `t_remote`.
27 t_remote = t_local - E + travel_time
28 E = t_local - t_remote + travel_time > t_local - t_remote
30 E > t_local - t_remote
32 set minE to max(minE, t_local - t_remote)
46 t_local = t_remote + E + travel_time
47 E = t_local - t_remote - travel time < t_local - t_remote
48 set maxE = min(maxE, t_local - t_remote)
Dsync_clock.c166 int t_remote; in read_remote_timestamps() local
177 t_remote = atoi(clk->buffer + 2); in read_remote_timestamps()
178 times_remote[i] = t_remote; in read_remote_timestamps()