commit | e4499154554deb3819343f5708e6b3685868c1f1 | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@webrtc.org> | Fri Feb 05 10:13:28 2016 |
committer | Peter Boström <pbos@webrtc.org> | Fri Feb 05 10:13:41 2016 |
tree | bcdab9951fcc2af7bb569a1f3cc11d37fae75b66 | |
parent | 8e8908aadd23173c654078f69f6a9c8ec4786e2a [diff] |
Measure encoding time on encode callbacks. Permits measuring encoding time even when performed on another thread, typically for hardware encoding, instead of assuming that encoding is blocking the calling thread. Permitted encoding time is increased for hardware encoders since they can be timed to keep 30fps, for instance, without indicating overload. Merges EncodingTimeObserver into EncodedFrameObserver to have one post-encode callback. BUG=webrtc:5042, webrtc:5132 R=asapersson@webrtc.org, mflodman@webrtc.org Review URL: https://codereview.webrtc.org/1569853002 . Cr-Commit-Position: refs/heads/master@{#11499}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.