media/testutils/src/main/java/com/google/android/exoplayer2/testutil
andrewlewis 2d4efffd12 Fix ContentDataSource bytesRemaining calculation
The bytesRemaining didn't always take into account any skipped bytes, which
meant that reaching the end of the file was not correctly detected in read().

Issue: #3216

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=167016672
2017-09-09 00:45:58 +01:00
..
Action.java Move playback test utils to testutils. 2017-06-12 10:18:50 +01:00
ActionSchedule.java Add buffer length metric to ABR playback test. 2017-07-12 18:18:25 +01:00
CacheAsserts.java Move FakeDataSet to seperate class. 2017-07-17 23:07:38 +01:00
DebugRenderersFactory.java Move playback test utils to testutils. 2017-06-12 10:18:50 +01:00
DecoderCountersUtil.java Move playback test utils to testutils. 2017-06-12 10:18:50 +01:00
Dumper.java Sanitize constants 2016-08-31 15:25:18 +01:00
ExoHostedTest.java Switch to non-deprecated player constants 2017-07-21 11:20:07 +01:00
ExoPlayerWrapper.java Switch to non-deprecated player constants 2017-07-21 11:20:07 +01:00
ExtractorAsserts.java Some extractor fixes 2017-08-02 20:23:45 +01:00
FakeAdaptiveDataSet.java Fix chunk count bug in FakeAdaptiveDataSet. 2017-07-19 14:02:24 +01:00
FakeChunkSource.java Add fake chunk source. 2017-07-19 14:11:51 +01:00
FakeClock.java Extend Clock interface with sleep method and add FakeClock. 2017-07-19 14:06:18 +01:00
FakeDataSet.java Allow to extend FakeDataSource. 2017-07-19 14:01:03 +01:00
FakeDataSource.java Allow to extend FakeDataSource. 2017-07-19 14:01:03 +01:00
FakeExtractorInput.java Clean up MP3 synchronization and fix handling < 4 frames. 2016-09-16 18:52:42 +01:00
FakeExtractorOutput.java Propagate track type through ExtractorOutput.track 2017-02-15 16:49:47 +00:00
FakeMediaClockRenderer.java Allow multiple Formats per TrackGroup in testutil fake classes. 2017-07-17 23:08:52 +01:00
FakeMediaPeriod.java Allow multiple Formats per TrackGroup in testutil fake classes. 2017-07-17 23:08:52 +01:00
FakeMediaSource.java Allow multiple Formats per TrackGroup in testutil fake classes. 2017-07-17 23:08:52 +01:00
FakeRenderer.java Make isReady of FakeRenderer more realistic. 2017-07-19 14:04:58 +01:00
FakeSampleStream.java Move fake ExoPlayer component test classes to testutils. 2017-06-30 16:49:59 +01:00
FakeTimeline.java Merge TimelineAsserts.FakeTimeline into FakeTimeline. 2017-07-05 15:02:39 +01:00
FakeTrackOutput.java Introduce CryptoData parameter object 2017-05-11 05:53:20 +01:00
HostActivity.java Extend HostActivity for reuse and silent timeout. 2017-06-22 19:59:48 +01:00
LogcatMetricsLogger.java Move playback test utils to testutils. 2017-06-12 10:18:50 +01:00
MetricsLogger.java Move playback test utils to testutils. 2017-06-12 10:18:50 +01:00
TestUtil.java Fix ContentDataSource bytesRemaining calculation 2017-09-09 00:45:58 +01:00
TimelineAsserts.java Switch to non-deprecated player constants 2017-07-21 11:20:07 +01:00