/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/ |
D | Format.java | 138 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/ |
D | MediaCodecVideoRenderer.java | 1252 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/ |
D | LibopusAudioRenderer.java | 86 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/ |
D | LibvpxVideoRenderer.java | 145 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/ |
D | Libgav1VideoRenderer.java | 133 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/ |
D | MediaCodecAudioRenderer.java | 699 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/ |
D | FfmpegAudioRenderer.java | 125 format.maxInputSize != Format.NO_VALUE ? format.maxInputSize : DEFAULT_INPUT_BUFFER_SIZE; in createDecoder()
|
/external/exoplayer/tree/testdata/src/test/assets/mp4/ |
D | sample.mp4.3.dump | 15 maxInputSize = 36722 149 maxInputSize = 294
|
D | sample_mdat_too_long.mp4.3.dump | 15 maxInputSize = 36722 149 maxInputSize = 294
|
D | sample_eac3joc.mp4.3.dump | 15 maxInputSize = 2590
|
D | sample_eac3.mp4.3.dump | 15 maxInputSize = 4030
|
D | sample_ac3.mp4.3.dump | 15 maxInputSize = 1566
|
/external/exoplayer/tree/testdata/src/test/assets/mp3/ |
D | play-trimmed.mp3.unknown_length.dump | 11 maxInputSize = 4096
|
D | bear-id3-disabled.3.dump | 14 maxInputSize = 4096
|
D | bear-cbr-variable-frame-size-no-seek-table.mp3.3.dump | 14 maxInputSize = 4096
|
D | play-trimmed.mp3.3.dump | 14 maxInputSize = 4096
|
D | play-trimmed.mp3.1.dump | 14 maxInputSize = 4096
|
D | play-trimmed.mp3.2.dump | 14 maxInputSize = 4096
|
D | play-trimmed.mp3.0.dump | 14 maxInputSize = 4096
|
D | bear-vbr-xing-header.mp3.3.dump | 14 maxInputSize = 4096
|
/external/exoplayer/tree/testdata/src/test/assets/amr/ |
D | sample_nb_cbr.amr.3.dump | 14 maxInputSize = 61
|
D | sample_wb_cbr.amr.3.dump | 14 maxInputSize = 61
|
/external/exoplayer/tree/testdata/src/test/assets/flac/ |
D | bear_one_metadata_block_raw.3.dump | 16 maxInputSize = 16384
|
/external/exoplayer/tree/testdata/src/test/assets/wav/ |
D | sample.wav.3.dump | 16 maxInputSize = 8820
|
/external/exoplayer/tree/testdata/src/test/assets/ogg/ |
D | bear_flac_noseektable.ogg.3.dump | 14 maxInputSize = 5776
|