Home
last modified time | relevance | path

Searched defs:inputLength (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DConstantBitrateSeekMap.java30 private final long inputLength; field in ConstantBitrateSeekMap
48 long inputLength, long firstFrameBytePosition, int bitrate, int frameSize) { in ConstantBitrateSeekMap()
69 long inputLength, in ConstantBitrateSeekMap()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DConstantBitrateSeekMap.java30 private final long inputLength; field in ConstantBitrateSeekMap
48 long inputLength, long firstFrameBytePosition, int bitrate, int frameSize) { in ConstantBitrateSeekMap()
69 long inputLength, in ConstantBitrateSeekMap()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
H A DAdtsExtractor.java213 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()
H A DPsExtractor.java175 long inputLength = input.getLength(); in read() local
293 private void maybeOutputSeekMap(long inputLength) { in maybeOutputSeekMap()
H A DTsExtractor.java301 long inputLength = input.getLength(); in read() local
402 private void maybeOutputSeekMap(long inputLength) { in maybeOutputSeekMap()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
H A DAdtsExtractor.java210 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()
H A DPsExtractor.java175 long inputLength = input.getLength(); in read() local
293 private void maybeOutputSeekMap(long inputLength) { in maybeOutputSeekMap()
H A DTsExtractor.java298 long inputLength = input.getLength(); in read() local
399 private void maybeOutputSeekMap(long inputLength) { in maybeOutputSeekMap()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/charset/
DUnmappableCharacterException.java43 private int inputLength; field in UnmappableCharacterException
50 public UnmappableCharacterException(int inputLength) { in UnmappableCharacterException()
DMalformedInputException.java43 private int inputLength; field in MalformedInputException
50 public MalformedInputException(int inputLength) { in MalformedInputException()
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/charset/
H A DMalformedInputException.java43 private int inputLength; field in MalformedInputException
50 public MalformedInputException(int inputLength) { in MalformedInputException()
H A DUnmappableCharacterException.java43 private int inputLength; field in UnmappableCharacterException
50 public UnmappableCharacterException(int inputLength) { in UnmappableCharacterException()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/9/libcore/ojluni/src/main/java/java/nio/charset/
DMalformedInputException.java43 private int inputLength; field in MalformedInputException
50 public MalformedInputException(int inputLength) { in MalformedInputException()
DUnmappableCharacterException.java43 private int inputLength; field in UnmappableCharacterException
50 public UnmappableCharacterException(int inputLength) { in UnmappableCharacterException()
/aosp_15_r20/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStoreCryptoOperationStreamer.java36 byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException; in update()
37 byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature) in doFinal()
H A DKeyStoreCryptoOperationChunkedStreamer.java123 public byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException { in update()
177 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, in doFinal()
H A DAndroidKeyStoreECDSASignatureSpi.java86 public byte[] update(byte[] input, int inputOffset, int inputLength) in update()
96 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature) in doFinal()
H A DAndroidKeyStoreAuthenticatedAESCipherSpi.java380 public byte[] update(byte[] input, int inputOffset, int inputLength) in update()
394 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, in doFinal()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.java288 …ationMethodModel authenticationMethod, boolean isAutoConfirmAttempt, int inputLength, kotlin.corou… in shouldSkipAuthenticationAttempt()
292 …cation.shared.model.AuthenticationMethodModel $this$isInputTooShort, int inputLength, kotlin.corou… in isInputTooShort()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/amr/
H A DAmrExtractor.java368 private void maybeOutputSeekMap(long inputLength, int sampleReadResult) { in maybeOutputSeekMap()
389 private SeekMap getConstantBitrateSeekMap(long inputLength, boolean allowSeeksIfLengthUnknown) { in getConstantBitrateSeekMap()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/amr/
H A DAmrExtractor.java374 private void maybeOutputSeekMap(long inputLength, int sampleReadResult) { in maybeOutputSeekMap()
395 private SeekMap getConstantBitrateSeekMap(long inputLength, boolean allowSeeksIfLengthUnknown) { in getConstantBitrateSeekMap()
/aosp_15_r20/frameworks/native/libs/input/
H A DTfLiteMotionPredictor.cpp170 TfLiteMotionPredictorBuffers::TfLiteMotionPredictorBuffers(size_t inputLength) in TfLiteMotionPredictorBuffers()
385 size_t TfLiteMotionPredictorModel::inputLength() const { in inputLength() function in android::TfLiteMotionPredictorModel
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/utfperf/
H A Dutfperf.cpp89 int32_t inputLength; in UtfPerformanceTest() local
148 int32_t inputLength; member in Command
/aosp_15_r20/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp89 int32_t inputLength; in UtfPerformanceTest() local
148 int32_t inputLength; member in Command
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/encoder/
H A DMinimalEncoder.java239 int inputLength = stringToEncode.length(); in addEdges() local
363 int inputLength = stringToEncode.length(); in encodeSpecificVersion() local

12345678910>>...17