media/libraries/test_utils
tofunmi 574424f626 Update frame & texture processors to handle SDR image input
GLEffectsFrameProcessor, MatrixShaderProgram and FinalMatrixShaderProgramWrapper are currently setup to handle the input frames coming from an external input (i.e. a video decoder). Image input is loaded into Bitmap objects at the start of the pipeline, so they are not produced externally. The changes provide a way for the frame processing pipeline to handle this "internal" (i.e. non-external) input.

PiperOrigin-RevId: 508645244
2023-02-10 14:32:07 +00:00
..
src Update frame & texture processors to handle SDR image input 2023-02-10 14:32:07 +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.