commit | 517678cc49f73227e077525c955f046d0e2c12f3 | [log] [tgz] |
---|---|---|
author | Åsa Persson <asapersson@webrtc.org> | Mon May 06 14:17:35 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon May 06 13:20:27 2019 +0000 |
tree | d575bcaa3108ce392a349c16044f3f8d80b76899 | |
parent | cfff652c82d65a14d1ec4be73f3b42ded4fe0624 [diff] |
Add ability to configure quality scaler settings through field trial. optional<int> min_frames: The minimum number frames to observe to make a scaling decision. Default: kMinFramesNeededToScale in quality_scaler.cc optional<double> initial_scale_factor: The sample period scale factor. Default: kSamplePeriodScaleFactor in quality_scaler.cc optional<double> scale_factor: Option to use a reduced sampling interval when last check did not result in an adaptation (if unset the initial_scale_factor is used). Bug: none Change-Id: I3bb955d1f8d7d7d49bc118361614b5aa59605231 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135125 Commit-Queue: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27860}
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.