mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-08 19:33:07 +00:00
b5a76fa5bb
As VAAPI is a stateless interface, add a VP8 parser in order to parse VP8 frames. The frames will be used to feed the VP8 VAAPI backend. BUG=b:214478588 TEST=cargo test --features "video-decoder,vaapi" -p vp8 Change-Id: Ie7315a5b76cb518b09078fe72d96384965712c28 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3514627 Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
10 lines
204 B
TOML
10 lines
204 B
TOML
[package]
|
|
name = "vp8"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "*"
|
|
bytes = "1.1.0"
|
|
log = { version = "0", features = ["release_max_level_debug"]}
|