commit | dfde12dcd792d84e1f6b58b3813781530e28918c | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wenst@chromium.org> | Tue Apr 18 08:09:46 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 18 08:09:46 2023 |
tree | 310eef63edafdffecafe79ed1404797f142e78e8 | |
parent | d471db76e904b40ccd302b11edd7e6415de6df3b [diff] |
media/gpu/v4l2/h265: Add missing IsChromaSamplingSupported() function For HEVC decoders, the IsChromaSamplingSupported() function was added. This is used to check if the underlying implementation supports different chroma sub-sampling schemes (or no sub-sampling). Add it for the stateless V4L2 HEVC decoder implementation. Right now we only support the standard 4:2:0 scheme. Bug: b:261127540 TEST=Build V4L2 VDA with HEVC Change-Id: I6acb8b8e275bd7cb05fd49214990f0f1d2f350fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4114045 Commit-Queue: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: Dan Sanders <sandersd@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Nathan Hebert <nhebert@chromium.org> Cr-Commit-Position: refs/heads/main@{#1131744}
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.