Searched defs:allowEndOfInput (Results 1 – 10 of 10) sorted by relevance
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | FakeExtractorInput.java | 115 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() 134 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() 152 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() 164 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition() 214 private boolean checkXFully(boolean allowEndOfInput, int position, int length) in checkXFully() 244 private boolean readFullyInternal(byte[] target, int offset, int length, boolean allowEndOfInput) in readFullyInternal() 255 private boolean skipFullyInternal(int length, boolean allowEndOfInput) throws EOFException { in skipFullyInternal() 264 private boolean peekFullyInternal(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFullyInternal()
|
D | FakeTrackOutput.java | 76 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | ExtractorInput.java | 101 boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() 140 boolean skipFully(int length, boolean allowEndOfInput) throws IOException; in skipFully() 190 boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() 221 boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException; in advancePeekPosition()
|
D | DefaultExtractorInput.java | 69 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() 96 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() 138 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() 153 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition() 277 byte[] target, int offset, int length, int bytesAlreadyRead, boolean allowEndOfInput) in readFromUpstream()
|
D | TrackOutput.java | 147 default int sampleData(DataReader input, int length, boolean allowEndOfInput) throws IOException { in sampleData() 172 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
|
D | DummyTrackOutput.java | 47 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
D | VarintReader.java | 82 boolean allowEndOfInput, in readUnsignedVarint()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/ |
D | ChunkExtractorWrapper.java | 207 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ |
D | SampleDataQueue.java | 180 public int sampleData(DataReader input, int length, boolean allowEndOfInput) throws IOException { in sampleData()
|
D | SampleQueue.java | 485 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
|