media/playbacktests
ibaker 0f48dfc93e Fix how drop-to-keyframe events are recorded in DecoderCounters
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
2021-12-08 10:01:38 +00:00
..
src Fix how drop-to-keyframe events are recorded in DecoderCounters 2021-12-08 10:01:38 +00:00
build.gradle Enable multidex for the playback tests 2020-09-07 20:40:23 +01:00
README.md Final README updates 2021-10-12 19:52:39 +01:00

ExoPlayer playback test module

Tests playback using ExoPlayer.