media/libraries/test_utils
huangdarwin a0838771d3 HDR: Implement DefaultVideoFrameProcessor texture output for tests.
Previously, we always used ImageReader to read from the output of DefaultVideoFrameProcessor, for pixel tests. This has a limitation of not being
able to read HDR contents, so that we couldn't support HDR pixel tests.

Reading from a texture allows us to use glReadPixels to read from
DefaultVideoFrameProcessor, and build upon this to implement HDR pixel tests. We do
still want tests for surface output though, because real use-cases only will output
to Surfaces.

Also, add some tests for outputting to textures, since this test infrastructure is
a bit complex.

PiperOrigin-RevId: 519786535
2023-03-30 17:14:15 +00:00
..
src HDR: Implement DefaultVideoFrameProcessor texture output for tests. 2023-03-30 17:14:15 +00:00
build.gradle Rollback of 7e63997459 2022-12-21 15:13:24 +00:00
README.md Add javadoc links to README files 2022-12-12 11:19:23 +00:00

Test utils module

Provides utility classes for media unit and instrumentation tests.