commit | 0a6c193278c63dd0b5f52ab38a936c1904554250 | [log] [tgz] |
---|---|---|
author | Bijan Choobineh <bchoobineh@chromium.org> | Thu Aug 08 21:16:58 2024 |
committer | Andres Calderon Jaramillo <andrescj@google.com> | Thu Aug 08 21:47:29 2024 |
tree | f683ca8e89be565bf4cc094c4a21cfdb40b238a3 | |
parent | 7754dd6e00355bb0d7bb5f597b482b6d5ff5cab5 [diff] |
platform/libva-fake-driver: Add DIR_METADATA This CL adds the missing DIR_METADATA file to the libva-fake-driver repo. BUG=b:358178525 TEST=N/A Change-Id: I63e1e2b3603027c86c62934e5805e264c83c5c5a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/libva-fake-driver/+/5773914 Reviewed-by: Andres Calderon Jaramillo <andrescj@google.com> Commit-Queue: Bijan Choobineh <bchoobineh@chromium.org> Auto-Submit: Bijan Choobineh <bchoobineh@chromium.org> Tested-by: Bijan Choobineh <bchoobineh@chromium.org> Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org>
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.