mirror of
https://github.com/androidx/media.git
synced 2025-05-10 09:12:16 +08:00

SingleFrameGlTextureProcessor is now an abstract class containing a default implementation of the more flexible GlTextureProcessor interface while still exposing the same simple abstract methods for single frame processing it previously did. FrameProcessorChain and GlEffect will be changed to use GlTextureProcessor in follow-ups. PiperOrigin-RevId: 453633000 (cherry picked from commit 457f446114823831b940bf46fb256daa0ea00815)
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.