commit | ccc1b57e32bd99e4f220a3db0e540713f4349ad9 | [log] [tgz] |
---|---|---|
author | Mirta Dvornicic <mirtad@webrtc.org> | Tue Jan 15 11:42:18 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 15 14:12:12 2019 |
tree | 609199ee5abc1ff4bd8223224304d9536c865e08 | |
parent | 29cbd85ccef34430382cf9e6b9a4e91590041b23 [diff] |
Poll is_hardware_accelerated from VideoEncoder instead of VideoEncoderFactory. Currently, CPU overuse settings for HW encoders are sometimes being used even though the actual encoder is a SW encoder, e.g. in case of SW fallback when the encoder is initialized. Polling is_hardware_accelerated after the encoder has been created and initialized will improve choosing the correct CPU overuse settings. Bug: webrtc:10065 Change-Id: Ic6bd67630a040b5a121c13fa63dd074006973929 Reviewed-on: https://webrtc-review.googlesource.com/c/116688 Commit-Queue: Mirta Dvornicic <mirtad@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26266}
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.