Home
last modified time | relevance | path

Searched defs:maxInputSize (Results 1 – 13 of 13) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java148 private int maxInputSize; field in Format.Builder
390 public Builder setMaxInputSize(int maxInputSize) { in setMaxInputSize()
694 public final int maxInputSize; field in Format
783 int maxInputSize, in createVideoSampleFormat()
813 int maxInputSize, in createVideoSampleFormat()
849 int maxInputSize, in createAudioSampleFormat()
881 int maxInputSize, in createAudioSampleFormat()
1000 public Format copyWithMaxInputSize(int maxInputSize) { in copyWithMaxInputSize()
1514 bundle.putInt(keyForField(FIELD_MAX_INPUT_SIZE), maxInputSize); in toBundle() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java145 private int maxInputSize; field in Format.Builder
387 public Builder setMaxInputSize(int maxInputSize) { in setMaxInputSize()
691 public final int maxInputSize; field in Format
778 int maxInputSize, in createVideoSampleFormat()
806 int maxInputSize, in createVideoSampleFormat()
840 int maxInputSize, in createAudioSampleFormat()
870 int maxInputSize, in createAudioSampleFormat()
983 public Format copyWithMaxInputSize(int maxInputSize) { in copyWithMaxInputSize()
1484 bundle.putInt(keyForField(FIELD_MAX_INPUT_SIZE), maxInputSize); in toBundle() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DFlacStreamMetadata.java238 int maxInputSize = maxFrameSize > 0 ? maxFrameSize : Format.NO_VALUE; in getFormat() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DFlacStreamMetadata.java240 int maxInputSize = maxFrameSize > 0 ? maxFrameSize : Format.NO_VALUE; in getFormat() local
/external/zstd/contrib/pzstd/
DPzstd.cpp268 size_t maxInputSize) { in compress()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/audio/
DMediaCodecAudioRenderer.java779 int maxInputSize = getCodecMaxInputSize(codecInfo, format); in getCodecMaxInputSize() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/
DMediaCodecAudioRenderer.java775 int maxInputSize = getCodecMaxInputSize(codecInfo, format); in getCodecMaxInputSize() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DMp4Extractor.java537 int maxInputSize; in processMoovAtom() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DMp4Extractor.java512 int maxInputSize; in processMoovAtom() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java1479 int maxInputSize = getMaxInputSize(codecInfo, format); in getCodecMaxValues() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java1535 int maxInputSize = getMaxInputSize(codecInfo, format); in getCodecMaxValues() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java2048 int maxInputSize = Format.NO_VALUE; in initializeOutput() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java1985 int maxInputSize = Format.NO_VALUE; in initializeOutput() local