commit | 08c6c863c5ba75be82cab20dbca7607461bab2be | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@chromium.org> | Mon Mar 27 23:06:54 2023 +0900 |
committer | Alexandre Courbot <acourbot@chromium.org> | Fri Mar 31 12:57:25 2023 +0900 |
tree | e130b02972888ae15316d50c500df6a60d6124a6 | |
parent | e4cc0b23ec6d46503ccdea436e3c36abc0633f5b [diff] |
decoders/vaapi/tests: move VA struct checking to their own tests These checks are very intrusive to the backend and decoder since they have a side-effect and effectively steal the decoded images, preventing the decoder from behaving as it would in real conditions. Move these into a dedicated test, and also limit them to the test-25fps stream since we are just checking that the construction of a structure is done correctly.
A lightweight, simple, low-dependencies, and hopefully safe crate for using hardware-accelerated decoding and encoding on Linux.
It is developed for use in ChromeOS (particularly crosvm), but has no ChromeOS dependencies and should this be usable anywhere.
This crate is still under heavy development. Currently implemented features are:
Future features: