media/libraries/test_utils
huangdarwin a1fbb12ade Effect: Multiple Texture output
Allow the VideoFrameProcessor to output multiple textures at a time, so that
lifetime of textures is up to the consumer calling VFP.releaseOutputFrame.

The FinalShaderProgramWrapper also has a new maxCapacity limit added, to ensure
the a reasonable amount of textures is used and avoid using up memory.

PiperOrigin-RevId: 532094256
(cherry picked from commit 07ec1eaa48)
2023-05-17 16:59:55 +00:00
..
src Effect: Multiple Texture output 2023-05-17 16:59:55 +00:00
build.gradle Fix thread access when creating notifications for media sessions 2023-04-17 17:20:36 +01:00
README.md Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00

Test utils module

Provides utility classes for media unit and instrumentation tests.