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

This is necessary to move video decoding to the AssetLoader. Otherwise, if the decoder max pending frame count is reached, the AssetLoader will stop queuing frames to the pipeline, and process data will not be called anymore. PiperOrigin-RevId: 492392621
Test data module
Provides sample data for media unit and instrumentation tests.