commit | 46c1557fe099de9014f185c38e8f394fe1d887c4 | [log] [tgz] |
---|---|---|
author | Bijan Choobineh <bchoobineh@chromium.org> | Wed Dec 13 20:03:37 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 13 20:03:37 2023 |
tree | e9850c4fcfc7cdbed4e95e802df91a9600972068 | |
parent | 5b91d5e8b8bf8abed71a41f1ee3830e963bcae87 [diff] |
Fake VAAPI VAImage Functionality Previously the Fake VAAPI driver was setup without implementing any VAImage logic. This resulted in not being able to use the VaapiDmaBufVideoFrameMapper as it required VAImage functionality. The update creates a new FakeImage class which represents a VAImage. This class is used to implement necessary VA functions needed for the VaapiDmaBufVideoFrameMapper. The frame mapper factory was also updated to no longer use the generic mapper and now use the Vaapi mapper for the Fake VAAPI Driver. BUG: b:307769458 Test: Ran vda tests on crowd_run_256X144_fr15_bd8_sub8X8_l1.ivf Change-Id: Idc92f5c376cc5188dccdb31966edca777c4171dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5051547 Commit-Queue: Andres Calderon Jaramillo <andrescj@chromium.org> Auto-Submit: Bijan Choobineh‎ <bchoobineh@chromium.org> Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/main@{#1237124}
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.