Home
last modified time | relevance | path

Searched defs:allowEndOfInput (Results 1 – 10 of 10) sorted by relevance

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeExtractorInput.java115 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()
DFakeTrackOutput.java76 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DExtractorInput.java101 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()
DDefaultExtractorInput.java69 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()
DTrackOutput.java147 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()
DDummyTrackOutput.java47 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/
DVarintReader.java82 boolean allowEndOfInput, in readUnsignedVarint()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/
DChunkExtractorWrapper.java207 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DSampleDataQueue.java180 public int sampleData(DataReader input, int length, boolean allowEndOfInput) throws IOException { in sampleData()
DSampleQueue.java485 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()