mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
e604c331e6
The current design of having the VDA instance outside of the Decoder was mandated by the use of lifetimes on libvda Sessions, which have been removed from libvda. So it is now possible for the Decoder to own its VDA instance. This makes sense in itself since there is no reason for the VDA instance to also be used by someone else, but is also required to add support for non-libvda decoder backends. BUG=b:169295147 TEST=Video plays correctly on hatch-arc-r. Change-Id: I7cbafbb48373a25195de07e954846e1bd9f1cc0e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2839464 Tested-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> |
||
---|---|---|
.. | ||
src | ||
.build_test_serial | ||
Cargo.toml |