media/libraries/transformer/src/androidTest
hschlueter 87ab96d352 Move program initialization to texture processor constructor.
Once the more advanced GlTextureProcessor interface exists,
it will be possible to change the output size of a GlTextureProcessor
between frames. To keep the re-configuration based on the frame sizes
minimal, things indepedent of the frame size, such as the GlProgram,
can be initialized in the constructor.

PiperOrigin-RevId: 451997584
2022-05-31 10:43:47 +00:00
..
java/androidx/media3/transformer Move program initialization to texture processor constructor. 2022-05-31 10:43:47 +00:00
AndroidManifest.xml Transformer Demo: Remove unneeded external storage permission 2022-02-01 18:23:39 +00:00