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 <[email protected]> Commit-Queue: Bijan Choobineh <[email protected]> Auto-Submit: Bijan Choobineh <[email protected]> Tested-by: Bijan Choobineh <[email protected]> Reviewed-by: Andres Calderon Jaramillo <[email protected]>
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.