commit | a2dba4358de1e9603b4674fea31a137af8ca5ed7 | [log] [tgz] |
---|---|---|
author | Ilya Nikolaevskiy <ilnik@webrtc.org> | Fri Aug 29 13:28:02 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 04 14:39:06 2025 |
tree | 85880199f59f60b36d78bb8b9e8fab8f79924aaf | |
parent | ac336010d8885dce427055bb9f94391a8cadeca1 [diff] |
Implement external scaling/premapping for video A new API allows webrtc to request the FrameBuffer to prepare for software readback at the given resolution. It's done asynchronously because underlying mechanism in chromium is asynchronous and can take a long time. This way there will be no artificial bottleneck in the pipeline. This CL is a no-op itself, as no FrameBuffer implemnetation overrides the `PrepareMappedBufferAsync()` yet. Bug: chromium:397485312 Change-Id: I9670c17aa3041ef2107d932e0e6eaefeee851e25 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/406260 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45556}
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.