commit | f53fd8971b02d2883dac7657ea0abb707ec343c7 | [log] [tgz] |
---|---|---|
author | Hirokazu Honda <hiroh@chromium.org> | Sat Dec 02 03:05:53 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Dec 02 03:05:53 2023 |
tree | 08ad6f4367a08b5f2d466d99112127c4f0139657 | |
parent | 212e759021cd98213b7b41d96eb1aaca2041160a [diff] |
media/mojo: Add more SVC scalability mode conversion This adds more SVC scalability mode conversion in mojo. Supporting S-mode by a hardware encoder is on-going. A typical SVC encoding (e.g. L3T1) is not planned but the SVC scalability modes are added in this CL because media::GetSVCScalabiltyMode() can return them and we don't want to crash in the mojo conversion. Bug: b:314223161 Test: media_unittests Change-Id: I058c9653111647e195c5cea28a14966ce4b192b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5075247 Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/main@{#1232327}
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.