mirror of
https://github.com/androidx/media.git
synced 2025-05-07 07:30:22 +08:00

This extension is needed for editing HDR input with OpenGL, as the ExternalTextureProcessor samples raw YUV values from the external texture for HDR and converts them to RGB itself rather than relying on the OpenGL driver to do this automatically as for SDR. PiperOrigin-RevId: 460424154
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.