Home
last modified time | relevance | path

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

12

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeExtractorInput.java117 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully()
136 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully()
154 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully()
166 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition()
216 private boolean checkXFully(boolean allowEndOfInput, int position, int length) in checkXFully()
252 private boolean readFullyInternal(byte[] target, int offset, int length, boolean allowEndOfInput) in readFullyInternal()
263 private boolean skipFullyInternal(int length, boolean allowEndOfInput) throws EOFException { in skipFullyInternal()
272 private boolean peekFullyInternal(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFullyInternal()
/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()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeExtractorInput.java117 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully()
136 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully()
154 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully()
166 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition()
216 private boolean checkXFully(boolean allowEndOfInput, int position, int length) in checkXFully()
252 private boolean readFullyInternal(byte[] target, int offset, int length, boolean allowEndOfInput) in readFullyInternal()
263 private boolean skipFullyInternal(int length, boolean allowEndOfInput) throws EOFException { in skipFullyInternal()
272 private boolean peekFullyInternal(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFullyInternal()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/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()
DForwardingExtractorInput.java35 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully()
51 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully()
66 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully()
77 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition()
DDefaultExtractorInput.java76 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully()
102 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully()
144 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully()
159 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition()
286 byte[] target, int offset, int length, int bytesAlreadyRead, boolean allowEndOfInput) in readFromUpstream()
DTrackOutput.java152 default int sampleData(DataReader input, int length, boolean allowEndOfInput) throws IOException { in sampleData()
177 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
DDummyTrackOutput.java47 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
DExtractorUtil.java110 ExtractorInput input, byte[] output, int offset, int length, boolean allowEndOfInput) in peekFullyQuietly()
/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_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/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()
DForwardingExtractorInput.java35 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully()
51 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully()
66 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully()
77 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition()
DDefaultExtractorInput.java76 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully()
102 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully()
144 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully()
159 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition()
286 byte[] target, int offset, int length, int bytesAlreadyRead, boolean allowEndOfInput) in readFromUpstream()
DTrackOutput.java156 default int sampleData(DataReader input, int length, boolean allowEndOfInput) throws IOException { in sampleData()
181 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
DDummyTrackOutput.java47 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
DExtractorUtil.java110 ExtractorInput input, byte[] output, int offset, int length, boolean allowEndOfInput) in peekFullyQuietly()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DVarintReader.java77 boolean allowEndOfInput, in readUnsignedVarint()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DVarintReader.java77 boolean allowEndOfInput, in readUnsignedVarint()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DVarintReader.java82 boolean allowEndOfInput, in readUnsignedVarint()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/
DBundledChunkExtractor.java231 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
/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_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/
DBundledChunkExtractor.java231 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()

12