commit | 50e77457db87b6a1e5812c24527e9b6dc86d5b2e | [log] [tgz] |
---|---|---|
author | Sergey Silkin <ssilkin@webrtc.org> | Wed Jan 16 12:41:46 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 16 13:33:33 2019 |
tree | 496fe960e258a527268d3389dd5888275f8f238d | |
parent | dcc70297cdd7f71a7a4e81b9e3169475fbefbbb9 [diff] |
Harmonic frame rate metric. This adds calculation and reporting of harmonic frame rate (HFR) metric. HFR is calculated as call_duration_secs / sum(frame_duration_secs ^ 2). It penalizes long freezes and could better represent user experience related to smoothness of playback. Bug: none Change-Id: I4d2d46deaa44bb4221b53969a1c0a334e0c1bde9 Reviewed-on: https://webrtc-review.googlesource.com/c/117661 Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26279}
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.
Authoritative list of directories that contain the native API header files.