commit | 07b7311bec72499bab7d39c64fe37fb9ecbd334c | [log] [tgz] |
---|---|---|
author | Bijan Choobineh <bchoobineh@chromium.org> | Tue Dec 17 22:41:43 2024 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 19 00:19:06 2024 |
tree | 8b238904348b7195a11ad10b29cbee5bea52bf3f | |
parent | a9bcab9cd6b15d4e3634ca44d5e5f7652c612194 [diff] |
platform/libva-fake-driver: Cleanup for Chromium Updates include headers in the libva-fake-driver project to allow for successful compilation in the Chromium repo. BUG=b:376063687 TEST=Ran v_d_a test using fake driver on Corsola on test-25fps.h264 Change-Id: I47422495ab174261fe91af9201df6819474ddab0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/libva-fake-driver/+/6102116 Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org> Auto-Submit: Bijan Choobineh <bchoobineh@chromium.org> Tested-by: Bijan Choobineh <bchoobineh@chromium.org> Commit-Queue: Bijan Choobineh <bchoobineh@chromium.org> Reviewed-by: Andres Calderon Jaramillo <andrescj@google.com>
VA-API is an API for video/image decoding/encoding acceleration implemented by libva (x11-libs/libva). libva-fake-driver
provides a fake backend for it for VMs and other test-related images.
It can be explicitly exercised by running e.g.:
LIBVA_DRIVER_NAME="fake" vainfo
wherever it might be installed. See https://tinyurl.com/libva-fake-driver for more information.