commit | 558cabf67029f05878b25c9e63ec653ed3a1ad74 | [log] [tgz] |
---|---|---|
author | Ilya Nikolaevskiy <ilnik@webrtc.org> | Tue Nov 14 09:32:15 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 14 10:34:56 2017 |
tree | 7e3f71e1d64dea8c19bbb43802449f821074fcf1 | |
parent | 6124aacd9831284902b4ea2cfabda1050c1c1bf6 [diff] |
Refactor RtpToNtpEstimator and MovingMedianFilter In preparation for a new remote clock estimation: RtpToNtpEstimator will now store unwrapped rtp timestamps in |measurements| and |calculated| flag is out of |Parameters| struct. Additional missing |Reset| method added to MovingMedianFilter and PercentileFilter Bug: webrtc:8468 Change-Id: I1bb454ba0c93720cbb30bfded19677daaf9f721c Reviewed-on: https://webrtc-review.googlesource.com/22020 Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20669}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.