| commit | e32de90963f6848c1855145c60e262dfee16d6dd | [log] [tgz] |
|---|---|---|
| author | Qiu Jianlin <jianlin.qiu@intel.com> | Tue Oct 01 12:09:20 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 01 12:09:20 2024 |
| tree | 19fb5cd5452372f7de296f5988541f4d02bf5422 | |
| parent | c1a039e30f5742ce664d9d0ac26ea826d4f19486 [diff] |
Handle Unowned buffers from capture module when zero-copy is enabled. Some virtual cameras does not support MF so they output unowned native video frame buffers that is not backed by GMB. Instead of rejecting them to be sent to VEA, we check if they're mappable, handling cropping and scaling correctly when neccessary. Bug: 369670480 Change-Id: I237825554d2732bc7386972d9ee57c1c019f28f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5896738 Reviewed-by: Ilya Nikolaevskiy <ilnik@chromium.org> Reviewed-by: Dan Sanders <sandersd@chromium.org> Commit-Queue: Jianlin Qiu <jianlin.qiu@intel.com> Cr-Commit-Position: refs/heads/main@{#1362347}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.