Home
last modified time | relevance | path

Searched defs:bytesToRead (Results 1 – 25 of 29) sorted by relevance

12

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
DDtsReader.java110 int bytesToRead = Math.min(data.bytesLeft(), sampleSize - bytesRead); in consume() local
140 int bytesToRead = Math.min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
DMpegAudioReader.java170 int bytesToRead = Math.min(source.bytesLeft(), HEADER_SIZE - frameBytesRead); in readHeaderRemainder() local
222 int bytesToRead = Math.min(source.bytesLeft(), frameSize - frameBytesRead); in readFrameRemainder() local
DAc4Reader.java133 int bytesToRead = Math.min(data.bytesLeft(), sampleSize - bytesRead); in consume() local
163 int bytesToRead = Math.min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
DAc3Reader.java134 int bytesToRead = Math.min(data.bytesLeft(), sampleSize - bytesRead); in consume() local
164 int bytesToRead = Math.min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
DAdtsReader.java216 int bytesToRead = Math.min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
534 int bytesToRead = Math.min(data.bytesLeft(), sampleSize - bytesRead); in readSample() local
DPesReader.java173 int bytesToRead = Math.min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
DLatmReader.java106 int bytesToRead; in consume() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DBoundedInputStream.java57 int bytesToRead = len; in read() local
/external/oboe/src/common/
DFixedBlockReader.cpp38 int32_t bytesToRead = numBytes; in readFromStorage() local
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DRegularFile.java475 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/
DBoundedSeekableByteChannelInputStream.java60 int bytesToRead = len; in read() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAssetDataSource.java105 int bytesToRead = bytesRemaining == C.LENGTH_UNSET ? readLength in read() local
DContentDataSource.java118 int bytesToRead = bytesRemaining == C.LENGTH_UNSET ? readLength in read() local
DRawResourceDataSource.java144 int bytesToRead = bytesRemaining == C.LENGTH_UNSET ? readLength in read() local
DUdpDataSource.java140 int bytesToRead = Math.min(packetRemaining, readLength); in read() local
DDefaultHttpDataSource.java92 private long bytesToRead; field in DefaultHttpDataSource
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DRelay.java115 int bytesToRead; in run() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/
DAbstractLZ77CompressorInputStream.java236 private void tryToReadLiteral(int bytesToRead) throws IOException { in tryToReadLiteral()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
DWavExtractor.java256 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/
DPgsDecoder.java185 int bytesToRead = Math.min(sectionLength, limit - position); in parseBitmapSection() local
/external/exoplayer/tree/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/
DOkHttpDataSource.java77 private long bytesToRead; field in OkHttpDataSource
/external/skia/tests/
DFrontBufferedStreamTest.cpp21 const void* expectations, size_t bytesToRead) { in test_read()
/external/skqp/tests/
DFrontBufferedStreamTest.cpp17 const void* expectations, size_t bytesToRead) { in test_read()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DMessageDeframer.java325 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/
DHlsMediaChunk.java392 long bytesToRead = dataSource.open(dataSpec); in prepareExtraction() local

12