crosvm/media/cros-codecs
Alexandre Courbot acc3aa6532 media: cros-codecs: simplify the Picture interface
backend_handle_unchecked* were only used in tests, and the DynPicture
interface provides equivalent functions anyway, so use these ones and
drop the former.

Ideally these methods that can potentially panic should be replaced by
something else, but this will have to wait further cleanups.

BUG=b:214478588
TEST=cargo test --features vaapi -p cros-codecs
TEST=`cros-codecs --include-ignored` passes on hatch.

Change-Id: I339f6893599c5ffc24e738f5ad11f35cbfcaab25
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3998371
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
Commit-Queue: Alexandre Courbot <acourbot@chromium.org>
2022-11-09 01:47:41 +00:00
..
src media: cros-codecs: simplify the Picture interface 2022-11-09 01:47:41 +00:00
Cargo.toml media: cros-codecs: Introduce the cros-codecs crate 2022-10-28 03:23:26 +00:00