commit | b85194db3f277470194b6c2554a12eb1603a9b2e | [log] [tgz] |
---|---|---|
author | Sida Zhu <zhusida@bytedance.com> | Wed Nov 16 03:13:01 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 16 03:13:01 2022 |
tree | d89d94384a87cc4b9a5553be0cd5947660ad7890 | |
parent | 79ac8e93f755aa4a8f0886e198df181d29071b8a [diff] |
Video: Filter unsupported d3d11 profiles for dxva decoder If d3d11 video decoder is disabled by gpu workaround, when we query the supported decoder profile, it will fallback to query dxva supported profiles, this is correct. But dxva profiles uses all d3d11 profiles as its supported profiles, and never filter those unsupported profiles in the `kSupportedProfiles` list, this is wrong. Add a logic to ignore profiles that are not in the dxva supported profile list. Bug: 1384481 Change-Id: I4a57e5cf9402af1ba09c763fea43bfe9d834246e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4028257 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: 朱思达 <zhusida@bytedance.com> Cr-Commit-Position: refs/heads/main@{#1072015}
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.