/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | FakeExtractorInput.java | 117 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/ |
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()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | FakeExtractorInput.java | 117 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/ |
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 | ForwardingExtractorInput.java | 35 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()
|
D | DefaultExtractorInput.java | 76 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()
|
D | TrackOutput.java | 152 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()
|
D | DummyTrackOutput.java | 47 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
|
D | ExtractorUtil.java | 110 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/ |
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_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/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 | ForwardingExtractorInput.java | 35 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()
|
D | DefaultExtractorInput.java | 76 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()
|
D | TrackOutput.java | 156 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()
|
D | DummyTrackOutput.java | 47 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
|
D | ExtractorUtil.java | 110 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/ |
D | VarintReader.java | 77 boolean allowEndOfInput, in readUnsignedVarint()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
D | VarintReader.java | 77 boolean allowEndOfInput, in readUnsignedVarint()
|
/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_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/ |
D | BundledChunkExtractor.java | 231 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/ |
D | ChunkExtractorWrapper.java | 207 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/ |
D | BundledChunkExtractor.java | 231 DataReader input, int length, boolean allowEndOfInput, @SampleDataPart int sampleDataPart) in sampleData()
|