commit | 63054203020ae1789eaa7b4f6d2619e1f21093ba | [log] [tgz] |
---|---|---|
author | Hirokazu Honda <hiroh@chromium.org> | Tue Jul 12 05:21:22 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 12 05:21:22 2022 |
tree | 8896c778934810fea154c22f71e457c60495e28c | |
parent | 9ae2388111dd07c37eb1e496f6bcab9e89c69a7a [diff] |
media/video/VEAAdapter: Fallback CBR if VBR is not supported by VEA A hardware video encoder does not necessarily support Variable Bitrate (VBR) encoding. If VBR is requested and it is not supported by VideoEncodeAccelerator, a bitrate mode internally fallbacks Constant Bitrate (CBR) so the hardware video encode accelerator can be used. Bug: 1341919 Bug: b:181797390 Test: video.WebCodecsEncode Test: blink_perf.webcodecs/hardware-video-encoding.html Change-Id: I4ee51374d5fc548df61129d24a5ca430d29e4797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3713489 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/main@{#1023066}
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.