/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | ConstantBitrateSeekMap.java | 30 private final long inputLength; field in ConstantBitrateSeekMap 48 long inputLength, long firstFrameBytePosition, int bitrate, int frameSize) { in ConstantBitrateSeekMap() 69 long inputLength, in ConstantBitrateSeekMap()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | ConstantBitrateSeekMap.java | 30 private final long inputLength; field in ConstantBitrateSeekMap 48 long inputLength, long firstFrameBytePosition, int bitrate, int frameSize) { in ConstantBitrateSeekMap() 69 long inputLength, in ConstantBitrateSeekMap()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
D | Encoder.java | 18 int getEncodedLength(int inputLength); in getEncodedLength() 27 int getMaxDecodedLength(int inputLength); in getMaxDecodedLength()
|
D | HexEncoder.java | 65 public int getEncodedLength(int inputLength) in getEncodedLength() 70 public int getMaxDecodedLength(int inputLength) in getMaxDecodedLength()
|
D | Base64Encoder.java | 99 public int getEncodedLength(int inputLength) in getEncodedLength() 104 public int getMaxDecodedLength(int inputLength) in getMaxDecodedLength()
|
D | Base32Encoder.java | 145 public int getEncodedLength(int inputLength) in getEncodedLength() 150 public int getMaxDecodedLength(int inputLength) in getMaxDecodedLength()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/encoders/ |
D | Encoder.java | 20 int getEncodedLength(int inputLength); in getEncodedLength() 29 int getMaxDecodedLength(int inputLength); in getMaxDecodedLength()
|
D | HexEncoder.java | 67 public int getEncodedLength(int inputLength) in getEncodedLength() 72 public int getMaxDecodedLength(int inputLength) in getMaxDecodedLength()
|
D | Base64Encoder.java | 101 public int getEncodedLength(int inputLength) in getEncodedLength() 106 public int getMaxDecodedLength(int inputLength) in getMaxDecodedLength()
|
D | Base32Encoder.java | 147 public int getEncodedLength(int inputLength) in getEncodedLength() 152 public int getMaxDecodedLength(int inputLength) in getMaxDecodedLength()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/ |
D | Encoder.java | 20 int getEncodedLength(int inputLength); in getEncodedLength() 29 int getMaxDecodedLength(int inputLength); in getMaxDecodedLength()
|
D | HexEncoder.java | 67 public int getEncodedLength(int inputLength) in getEncodedLength() 72 public int getMaxDecodedLength(int inputLength) in getMaxDecodedLength()
|
D | Base64Encoder.java | 101 public int getEncodedLength(int inputLength) in getEncodedLength() 106 public int getMaxDecodedLength(int inputLength) in getMaxDecodedLength()
|
D | Base32Encoder.java | 147 public int getEncodedLength(int inputLength) in getEncodedLength() 152 public int getMaxDecodedLength(int inputLength) in getMaxDecodedLength()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/ |
D | AdtsExtractor.java | 210 long inputLength = input.getLength(); in read() local 263 private void maybeOutputSeekMap(long inputLength, boolean readEndOfStream) { in maybeOutputSeekMap() 349 private SeekMap getConstantBitrateSeekMap(long inputLength, boolean allowSeeksIfLengthUnknown) { in getConstantBitrateSeekMap()
|
D | PsExtractor.java | 175 long inputLength = input.getLength(); in read() local 293 private void maybeOutputSeekMap(long inputLength) { in maybeOutputSeekMap()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/ |
D | AdtsExtractor.java | 213 long inputLength = input.getLength(); in read() local 266 private void maybeOutputSeekMap(long inputLength, boolean readEndOfStream) { in maybeOutputSeekMap() 352 private SeekMap getConstantBitrateSeekMap(long inputLength, boolean allowSeeksIfLengthUnknown) { in getConstantBitrateSeekMap()
|
D | PsExtractor.java | 175 long inputLength = input.getLength(); in read() local 293 private void maybeOutputSeekMap(long inputLength) { in maybeOutputSeekMap()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp3/ |
D | ConstantBitrateSeeker.java | 35 long inputLength, in ConstantBitrateSeeker()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp3/ |
D | ConstantBitrateSeeker.java | 35 long inputLength, in ConstantBitrateSeeker()
|
/external/cronet/stable/third_party/icu/source/samples/csdet/ |
D | csdet.c | 33 int32_t inputLength, match, matchCount = 0; in main() local
|
/external/cronet/tot/third_party/icu/source/samples/csdet/ |
D | csdet.c | 33 int32_t inputLength, match, matchCount = 0; in main() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
D | Sniffer.java | 44 long inputLength = input.getLength(); in sniff() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
D | Sniffer.java | 44 long inputLength = input.getLength(); in sniff() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/flac/ |
D | FlacBinarySearchSeeker.java | 49 long inputLength) { in FlacBinarySearchSeeker()
|