media/libraries/effect/src
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
..
androidTest [Media3][Test] Add save location to test utils for bitmap utils 2023-03-14 07:43:56 +00:00
main HDR: Implement DefaultVideoFrameProcessor texture output for tests. 2023-03-30 17:14:15 +00:00
test Create GlObjectsProvider 2023-03-07 11:56:08 +00:00