commit | 06926d3f919a66d76fb7b5d0d9abac6151b6c09d | [log] [tgz] |
---|---|---|
author | Steve Cho <stevecho@google.com> | Thu Oct 20 17:52:12 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 20 17:52:12 2022 |
tree | efbe3c5770284792e021af0727710a525cfe2954 | |
parent | 4afd9835c9be5547349fa639d275fecf4ecb3de5 [diff] |
media/gpu/v4l2: Add S_EXT_CTRLS call for AV1 chrome stack decoder This CL adds VIDIOC_S_EXT_CTRLS V4L2 ioctl call needed for AV1 decode chrome stack decoder. 2 Control IDs (V4L2_CID_STATELESS_AV1_SEQUENCE, V4L2_CID_STATELESS_AV1_FRAME) were added for |v4l2_ext_control|. Bug: b:251612655 Change-Id: I1f76cf0a41671b5d7509e77015a6df3cc28f6248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3946243 Reviewed-by: Fritz Koenig <frkoenig@chromium.org> Commit-Queue: Steve Cho <stevecho@chromium.org> Cr-Commit-Position: refs/heads/main@{#1061694}
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.