mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
![]() WebRTC code has two ways of querying for the NTP time: - rtc::TimeMillis() + NtpOffsetMs() - Clock::CurrentNtpTime `Clock::CurrentNtpTime` is not monotonic and is platform dependent. This CL changes its implementation return `rtc::TimeMillis() + NtpOffsetMs()` More info is available in the attached bug. Bug: webrtc:11327 Change-Id: I34fe4cc2d321c2b63275c93be21122c9de1ab403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/213425 Commit-Queue: Paul Hallak <phallak@google.com> Reviewed-by: Minyue Li <minyue@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33655} |
||
---|---|---|
.. | ||
clock.cc | ||
clock_unittest.cc | ||
cpu_features.cc | ||
cpu_features_android.cc | ||
cpu_features_linux.cc | ||
cpu_info.cc | ||
field_trial.cc | ||
field_trial_unittest.cc | ||
metrics.cc | ||
metrics_default_unittest.cc | ||
metrics_unittest.cc | ||
ntp_time_unittest.cc | ||
rtp_to_ntp_estimator.cc | ||
rtp_to_ntp_estimator_unittest.cc | ||
sleep.cc |