Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
H A DMpegAudioReader.java174 int bytesToRead = min(source.bytesLeft(), HEADER_SIZE - frameBytesRead); in readHeaderRemainder() local
175 source.readBytes(headerScratch.getData(), frameBytesRead, bytesToRead); in readHeaderRemainder() local
226 int bytesToRead = min(source.bytesLeft(), frameSize - frameBytesRead); in readFrameRemainder() local
H A DDtsReader.java114 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local
146 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
H A DAc4Reader.java139 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local
171 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
H A DAc3Reader.java136 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local
168 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
H A DAdtsReader.java218 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
532 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in readSample() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
H A DMpegAudioReader.java174 int bytesToRead = min(source.bytesLeft(), HEADER_SIZE - frameBytesRead); in readHeaderRemainder() local
175 source.readBytes(headerScratch.getData(), frameBytesRead, bytesToRead); in readHeaderRemainder() local
226 int bytesToRead = min(source.bytesLeft(), frameSize - frameBytesRead); in readFrameRemainder() local
H A DDtsReader.java114 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local
146 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
H A DAc4Reader.java142 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local
174 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
H A DAc3Reader.java139 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local
171 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
H A DAdtsReader.java220 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
534 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in readSample() local
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A 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
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/pgs/
H A DPgsDecoder.java187 int bytesToRead = min(sectionLength, limit - position); in parseBitmapSection() local
188 buffer.readBytes(bitmapData.getData(), position, bytesToRead); in parseBitmapSection() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/pgs/
H A DPgsDecoder.java187 int bytesToRead = min(sectionLength, limit - position); in parseBitmapSection() local
188 buffer.readBytes(bitmapData.getData(), position, bytesToRead); in parseBitmapSection() local
/aosp_15_r20/system/media/audio_utils/tests/
H A Dspdif_tests.cpp90 const auto bytesToRead = std::min(bytesLeft, in read() local
97 const auto bytesToRead = std::min(bytesLeft, kBurstSizeBytes - mBurstBytesRead); in read() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
H A DWavExtractor.java346 int bytesToRead = (int) min(targetSampleSizeBytes - pendingOutputBytes, bytesLeft); in sampleData() local
502 int bytesToRead = (int) min(targetReadBytes - pendingInputBytes, bytesLeft); in sampleData() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
H A DWavExtractor.java347 int bytesToRead = (int) min(targetSampleSizeBytes - pendingOutputBytes, bytesLeft); in sampleData() local
503 int bytesToRead = (int) min(targetReadBytes - pendingInputBytes, bytesLeft); in sampleData() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/
H A DIOUtils.java56 int bytesToRead; in readFully() local
H A DResource.java113 int bytesToRead; in getBytes() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/io/
H A DChunkContentIterator.java42 int bytesToRead = Math.min(remaingBytesNum, length); in read() local
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
H A DBoundedInputStream.java57 int bytesToRead = len; in read() local
/aosp_15_r20/external/oboe/src/common/
H A DFixedBlockReader.cpp38 int32_t bytesToRead = numBytes; in readFromStorage() local
/aosp_15_r20/frameworks/av/media/libaaudio/src/utility/
H A DFixedBlockReader.cpp37 int32_t bytesToRead = numBytes; in readFromStorage() local
/aosp_15_r20/system/media/audio_utils/spdif/
H A DSPDIFDecoder.cpp94 size_t bytesToRead = std::min(numBytes, mBurstDataBuffer.availableToRead()); in read() local
/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/
H A DRandomInputStream.java75 int bytesToRead = len; in read() local
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
H A DBoundedSeekableByteChannelInputStream.java60 int bytesToRead = len; in read() local

1234567891011