/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/ |
D | DtsReader.java | 110 int bytesToRead = Math.min(data.bytesLeft(), sampleSize - bytesRead); in consume() local 140 int bytesToRead = Math.min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
|
D | MpegAudioReader.java | 170 int bytesToRead = Math.min(source.bytesLeft(), HEADER_SIZE - frameBytesRead); in readHeaderRemainder() local 222 int bytesToRead = Math.min(source.bytesLeft(), frameSize - frameBytesRead); in readFrameRemainder() local
|
D | Ac4Reader.java | 133 int bytesToRead = Math.min(data.bytesLeft(), sampleSize - bytesRead); in consume() local 163 int bytesToRead = Math.min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
|
D | Ac3Reader.java | 134 int bytesToRead = Math.min(data.bytesLeft(), sampleSize - bytesRead); in consume() local 164 int bytesToRead = Math.min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
|
D | AdtsReader.java | 216 int bytesToRead = Math.min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local 534 int bytesToRead = Math.min(data.bytesLeft(), sampleSize - bytesRead); in readSample() local
|
D | PesReader.java | 173 int bytesToRead = Math.min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
|
D | LatmReader.java | 106 int bytesToRead; in consume() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
D | BoundedInputStream.java | 57 int bytesToRead = len; in read() local
|
/external/oboe/src/common/ |
D | FixedBlockReader.cpp | 38 int32_t bytesToRead = numBytes; in readFromStorage() local
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | RegularFile.java | 475 int bytesToRead = (int) bytesToRead(pos, len); in read() local 508 int bytesToRead = (int) bytesToRead(pos, buf.remaining()); in read() local 560 long bytesToRead = bytesToRead(pos, count); in transferTo() local 620 private long bytesToRead(long pos, long max) { in bytesToRead() method in RegularFile
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
D | BoundedSeekableByteChannelInputStream.java | 60 int bytesToRead = len; in read() local
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
D | AssetDataSource.java | 105 int bytesToRead = bytesRemaining == C.LENGTH_UNSET ? readLength in read() local
|
D | ContentDataSource.java | 118 int bytesToRead = bytesRemaining == C.LENGTH_UNSET ? readLength in read() local
|
D | RawResourceDataSource.java | 144 int bytesToRead = bytesRemaining == C.LENGTH_UNSET ? readLength in read() local
|
D | UdpDataSource.java | 140 int bytesToRead = Math.min(packetRemaining, readLength); in read() local
|
D | DefaultHttpDataSource.java | 92 private long bytesToRead; field in DefaultHttpDataSource
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | Relay.java | 115 int bytesToRead; in run() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/ |
D | AbstractLZ77CompressorInputStream.java | 236 private void tryToReadLiteral(int bytesToRead) throws IOException { in tryToReadLiteral()
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/ |
D | WavExtractor.java | 256 int bytesToRead = (int) Math.min(targetSampleSizeBytes - pendingOutputBytes, bytesLeft); in sampleData() local 408 int bytesToRead = (int) Math.min(targetReadBytes - pendingInputBytes, bytesLeft); in sampleData() local
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/pgs/ |
D | PgsDecoder.java | 185 int bytesToRead = Math.min(sectionLength, limit - position); in parseBitmapSection() local
|
/external/exoplayer/tree/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/ |
D | OkHttpDataSource.java | 77 private long bytesToRead; field in OkHttpDataSource
|
/external/skia/tests/ |
D | FrontBufferedStreamTest.cpp | 21 const void* expectations, size_t bytesToRead) { in test_read()
|
/external/skqp/tests/ |
D | FrontBufferedStreamTest.cpp | 17 const void* expectations, size_t bytesToRead) { in test_read()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | MessageDeframer.java | 325 int bytesToRead = Math.min(missingBytes, inflatedBuffer.length - inflatedIndex); in readRequiredBytes() local
|
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/ |
D | HlsMediaChunk.java | 392 long bytesToRead = dataSource.open(dataSpec); in prepareExtraction() local
|