
Fragment shaders in OpenGL ES shader language aren't guaranteed to support highp, required to correctly represent pixel coordinates inside large images (e.g. 1920x1080). This change moves coordinate mirroring for images out of fragment shader. Fixes http://Issue: androidx/media#1331 PiperOrigin-RevId: 635732208
Test data module
Provides sample data for media unit and instrumentation tests.