Home
last modified time | relevance | path

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

/external/ltp/tools/pounder21/src/time_tests/
Ddrift-test.py72 now_offset = string.atof(line[-2]); variable
80 delta_offset = now_offset - start_offset
85 print " offset:", now_offset ,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Drate_statistics.cc46 int now_offset = static_cast<int>(now_ms - oldest_time_); in Update() local
47 assert(now_offset < num_buckets_); in Update()
48 int index = oldest_index_ + now_offset; in Update()