/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/ |
D | MpegAudioReader.java | 174 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
|
D | DtsReader.java | 114 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local 146 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
|
D | Ac4Reader.java | 139 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local 171 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
|
D | Ac3Reader.java | 136 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local 168 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/ |
D | MpegAudioReader.java | 174 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
|
D | DtsReader.java | 114 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local 146 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
|
D | Ac3Reader.java | 139 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local 171 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
|
D | Ac4Reader.java | 142 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in consume() local 174 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local
|
D | AdtsReader.java | 220 int bytesToRead = min(source.bytesLeft(), targetLength - bytesRead); in continueRead() local 534 int bytesToRead = min(data.bytesLeft(), sampleSize - bytesRead); in readSample() local
|
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/io/ |
D | ChunkContentIterator.java | 42 int bytesToRead = Math.min(remaingBytesNum, length); in read() local
|
D | AwsCompressionInputStream.java | 82 int bytesToRead = DEFAULT_CHUNK_SIZE - chunkSizeInBytes; in setUpNextChunk() local
|
/external/oboe/src/common/ |
D | FixedBlockReader.cpp | 38 int32_t bytesToRead = numBytes; in readFromStorage() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
D | BoundedInputStream.java | 57 int bytesToRead = len; in read() 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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/pgs/ |
D | PgsDecoder.java | 187 int bytesToRead = min(sectionLength, limit - position); in parseBitmapSection() local 188 buffer.readBytes(bitmapData.getData(), position, bytesToRead); in parseBitmapSection() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/pgs/ |
D | PgsDecoder.java | 187 int bytesToRead = min(sectionLength, limit - position); in parseBitmapSection() local 188 buffer.readBytes(bitmapData.getData(), position, bytesToRead); in parseBitmapSection() local
|
/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/ |
D | RandomInputStream.java | 75 int bytesToRead = len; in read() local
|
/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_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/ |
D | TransferRtpDataChannel.java | 97 int bytesToRead = min(length, unreadData.length); in read() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/ |
D | TransferRtpDataChannel.java | 97 int bytesToRead = min(length, unreadData.length); in read() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
D | AssetDataSource.java | 124 int bytesToRead = in read() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
D | AssetDataSource.java | 128 int bytesToRead = in read() local
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBackupDataInput.java | 85 int bytesToRead = min(size, remainingBytes); in readEntityData_native() local
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | Relay.java | 115 int bytesToRead; in run() local
|
/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/ |
D | MessageDecoder.java | 100 int bytesToRead = byteBuffer.remaining(); in feed() local
|