commit | d4c33accd7796175a49601ef65c4b017af8a0ae7 | [log] [tgz] |
---|---|---|
author | Dan Sanders <sandersd@chromium.org> | Tue May 04 03:12:43 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 04 03:12:43 2021 |
tree | 5c6ed8a1bdfa9cdac089c95e5617b16c76f48468 | |
parent | 378115450579fbb2cdc4289066e9fd5944c387c5 [diff] |
[webcodecs] Implement VideoFrame.readInto() and allocationSize() This CL implements readInto() and allocationSize(), but only for frames that are already supported by the |planes| API. Readback for mailbox frames will be added in a followup CL. Bug: 1176464 Change-Id: I92a12c20d1d9d05aba65abd129e17a21f92639cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2854880 Reviewed-by: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#878728}
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.