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>
1 file changed
tree: f683ca8e89be565bf4cc094c4a21cfdb40b238a3
  1. common.mk
  2. DIR_METADATA
  3. fake_drv_video.c
  4. Makefile
  5. OWNERS
  6. README.md
README.md

VA-API fake backend for libva

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.