mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
![]() This change adds the following helper functions to convert between "integer milliseconds"-style timestamps and durations, and "UQ32.32 and Q32.32"-style NTP timestamps and durations: - Int64MsToQ32x32 - UInt64MsToUQ32x32 - Q32x32ToInt64Ms - UQ32x32ToUInt64Ms The Q-format NTP timestamps and durations are used by some RTP/RTCP packets. Bug: webrtc:10739 Change-Id: I89123d2dba7370f26e239d722a4975bf5ac6e668 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148444 Commit-Queue: Chen Xing <chxg@google.com> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28878} |
||
---|---|---|
.. | ||
clock.cc | ||
clock_unittest.cc | ||
cpu_features.cc | ||
cpu_features_android.c | ||
cpu_features_linux.c | ||
cpu_info.cc | ||
event.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 |