mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

Limit input image size in Transformer to be less than 4096x4096. For very large images, this can reduce memory usage substantially, and stays away from `GL_MAX_TEXTURE_SIZE` - often 4096 PiperOrigin-RevId: 670555939
Test data module
Provides sample data for media unit and instrumentation tests.