commit | 6c453b7d59145bec2e7d3060ea373a9abcde3ef1 | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Fri Jun 16 09:30:54 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 16 11:00:34 2023 |
tree | ba4651a8d4b9f6ed493aa71420ea592005d2fcef | |
parent | 45666d4b01246d03c444df80ed9db2727769ca15 [diff] |
Light-weight detection of static content when using WGC This CL adds a light-weight detection of "frame content has changed since last frame" to an existing pass where bytes are copied from a texture to a DesktopFrame. The resulting boolean can then later be used to bypass a full detection of if the content is static or not. As a result, we only check for static content for a small fraction of all captured WGC frames and this reduces the total load when 0Hz is enabled for WGC. Both WGC and 0Hz support for WGC is still behind a flag. Bug: chromium:1421242 Change-Id: If9e3721c60a244a3919758fe861d56d4b54cb039 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/308821 Reviewed-by: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40299}
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.