commit | 4f116935959af1674fe93a826e51cd3410865404 | [log] [tgz] |
---|---|---|
author | Hirokazu Honda <hiroh@chromium.org> | Fri Jul 09 09:52:00 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 09 09:52:00 2021 |
tree | ee5c461bab08a1e66e82c11356eb1257b6fc2af5 | |
parent | b6ec3077817ce6bae5b932267f59651d55171705 [diff] |
media/gpu/Vp9VaapiVED: Check VideoBirtateAllocation validness in simple encoding We validate VideoBitrateAllocation with VP9SVCLayers. On the other hand, we don't check anything in the case of simple encoding. This adds the VideoBitrateAllocation validation in simple encoding. Bug: None Test: vp9_vaapi_video_encoder_delagate_unittest Test: video_encode_accelerator_tests --codec=vp9 Change-Id: I06354b0529067dbcc3807a5075f7fd07711caf3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3017543 Reviewed-by: Zhaoliang Ma <zhaoliang.ma@intel.com> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#899934}
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.