media/testutils
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 Rename releaseArtifact to releaseArtifactId 2021-10-18 22:45:47 +01:00
README.md Tidy READMEs 2021-10-26 14:08:21 +01:00

Test utils module

Provides utility classes for media unit and instrumentation tests.