mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +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 (cherry picked from commit a5ff4ef17f78b64735d82c6b16f0b69af5a570a3)
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.