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

The existing code creates an imbalance between `inputBufferCount` and `droppedBufferCount` by adding 'dropped source buffers' to `droppedBufferCount` but not to `inputBufferCount`. This results in assertion failures in `DashTestRunner`. PiperOrigin-RevId: 414672175
Test utils module
Provides utility classes for media unit and instrumentation tests.