commit | 5cfcf2282a8f459e784b34b1fe34a1fa09208eff | [log] [tgz] |
---|---|---|
author | Zhaoliang Ma <zhaoliang.ma@intel.com> | Fri Dec 04 13:34:26 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 25 21:50:30 2021 |
tree | 295f894e94ed3e56638f8922aeaa6e93da0d54b0 | |
parent | 258e9899f439196ee505edf825c2d1f66c21b143 [diff] |
modules/desktop_capture: replace memcpy with libyuv::CopyPlane According to our previous data from trace_event with using direct memcpy and libyuv::CopyPlane on chromebook atlas, the average cpu duration is 0.624ms and 0.541ms, so using libyuv::CopyPlane is 13.3% faster than direct memcpy. Bug: webrtc:12496 Change-Id: I1c41424b402a7eec34052c67933f2e88eaf0a8f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196485 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33344}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.