Home
last modified time | relevance | path

Searched refs:maxInputSize (Results 1 – 25 of 220) sorted by relevance

123456789

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java138 private int maxInputSize; field in Format.Builder
175 maxInputSize = NO_VALUE; in Builder()
210 this.maxInputSize = format.maxInputSize; in Builder()
378 public Builder setMaxInputSize(int maxInputSize) { in setMaxInputSize() argument
379 this.maxInputSize = maxInputSize; in setMaxInputSize()
605 maxInputSize, in build()
710 public final int maxInputSize; field in Format
840 int maxInputSize, in createVideoSampleFormat() argument
852 .setMaxInputSize(maxInputSize) in createVideoSampleFormat()
868 int maxInputSize, in createVideoSampleFormat() argument
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java1252 int maxInputSize = getMaxInputSize(codecInfo, format); in getCodecMaxValues() local
1256 if (maxInputSize != Format.NO_VALUE) { in getCodecMaxValues()
1264 (int) (maxInputSize * INITIAL_FORMAT_MAX_INPUT_SIZE_SCALE_FACTOR); in getCodecMaxValues()
1266 maxInputSize = Math.min(scaledMaxInputSize, codecMaxInputSize); in getCodecMaxValues()
1269 return new CodecMaxValues(maxWidth, maxHeight, maxInputSize); in getCodecMaxValues()
1279 maxInputSize = Math.max(maxInputSize, getMaxInputSize(codecInfo, streamFormat)); in getCodecMaxValues()
1288 maxInputSize = in getCodecMaxValues()
1290 maxInputSize, in getCodecMaxValues()
1295 return new CodecMaxValues(maxWidth, maxHeight, maxInputSize); in getCodecMaxValues()
1358 if (format.maxInputSize != Format.NO_VALUE) { in getMaxInputSize()
[all …]
/external/exoplayer/tree/extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/
DLibopusAudioRenderer.java86 format.maxInputSize != Format.NO_VALUE ? format.maxInputSize : DEFAULT_INPUT_BUFFER_SIZE; in createDecoder()
/external/exoplayer/tree/extensions/vp9/src/main/java/com/google/android/exoplayer2/ext/vp9/
DLibvpxVideoRenderer.java145 format.maxInputSize != Format.NO_VALUE ? format.maxInputSize : DEFAULT_INPUT_BUFFER_SIZE; in createDecoder()
/external/exoplayer/tree/extensions/av1/src/main/java/com/google/android/exoplayer2/ext/av1/
DLibgav1VideoRenderer.java133 format.maxInputSize != Format.NO_VALUE ? format.maxInputSize : DEFAULT_INPUT_BUFFER_SIZE; in createDecoder()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DMediaCodecAudioRenderer.java699 int maxInputSize = getCodecMaxInputSize(codecInfo, format); in getCodecMaxInputSize() local
703 return maxInputSize; in getCodecMaxInputSize()
708 maxInputSize = Math.max(maxInputSize, getCodecMaxInputSize(codecInfo, streamFormat)); in getCodecMaxInputSize()
711 return maxInputSize; in getCodecMaxInputSize()
732 return format.maxInputSize; in getCodecMaxInputSize()
/external/exoplayer/tree/extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/
DFfmpegAudioRenderer.java125 format.maxInputSize != Format.NO_VALUE ? format.maxInputSize : DEFAULT_INPUT_BUFFER_SIZE; in createDecoder()
/external/exoplayer/tree/testdata/src/test/assets/mp4/
Dsample.mp4.3.dump15 maxInputSize = 36722
149 maxInputSize = 294
Dsample_mdat_too_long.mp4.3.dump15 maxInputSize = 36722
149 maxInputSize = 294
Dsample_eac3joc.mp4.3.dump15 maxInputSize = 2590
Dsample_eac3.mp4.3.dump15 maxInputSize = 4030
Dsample_ac3.mp4.3.dump15 maxInputSize = 1566
/external/exoplayer/tree/testdata/src/test/assets/mp3/
Dplay-trimmed.mp3.unknown_length.dump11 maxInputSize = 4096
Dbear-id3-disabled.3.dump14 maxInputSize = 4096
Dbear-cbr-variable-frame-size-no-seek-table.mp3.3.dump14 maxInputSize = 4096
Dplay-trimmed.mp3.3.dump14 maxInputSize = 4096
Dplay-trimmed.mp3.1.dump14 maxInputSize = 4096
Dplay-trimmed.mp3.2.dump14 maxInputSize = 4096
Dplay-trimmed.mp3.0.dump14 maxInputSize = 4096
Dbear-vbr-xing-header.mp3.3.dump14 maxInputSize = 4096
/external/exoplayer/tree/testdata/src/test/assets/amr/
Dsample_nb_cbr.amr.3.dump14 maxInputSize = 61
Dsample_wb_cbr.amr.3.dump14 maxInputSize = 61
/external/exoplayer/tree/testdata/src/test/assets/flac/
Dbear_one_metadata_block_raw.3.dump16 maxInputSize = 16384
/external/exoplayer/tree/testdata/src/test/assets/wav/
Dsample.wav.3.dump16 maxInputSize = 8820
/external/exoplayer/tree/testdata/src/test/assets/ogg/
Dbear_flac_noseektable.ogg.3.dump14 maxInputSize = 5776

123456789