commit | aa7bc7e0bbad43b6172bad0e222b620c38396f0d | [log] [tgz] |
---|---|---|
author | Jiawei Ou <ouj@fb.com> | Tue Dec 11 14:25:25 2018 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Dec 13 07:35:59 2018 +0000 |
tree | e21cb44c1c3f19893613fd8b4717737b5e31208c | |
parent | 1dac6d8839a227d3b5c1418db77e9f712545fd26 [diff] |
Create field trial for vp8 number of thread on iOS. Without the added preprocessor check, iOS device will be using the desktop logic to determine the number of thread. This put iPhone 8 and iPhone X to use 3 threads and all other iPhones after iPhone 5 to use a single thread. This CL added a preprocessor for WEBRTC_IOS to have it own thread number calculation logic. In which, the maximum number of thread is fetched from a field_trial and capped by the number of CPU available on the device. Bug: webrtc:10005 Change-Id: I8c6257fcbf85b07bc986b5f733dbabb3feee37f7 Reviewed-on: https://webrtc-review.googlesource.com/c/110941 Commit-Queue: Jiawei Ou <ouj@fb.com> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Magnus Flodman <mflodman@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25997}
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.