/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/ |
H A D | Format.java | 145 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
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/ |
H A D | Format.java | 148 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
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/tests/ |
H A D | MediaCodec_sanity_test.cpp | 123 int32_t maxInputSize; in TEST_P() local 152 int32_t maxInputSize; in TEST_P() local 181 int32_t maxInputSize; in TEST_P() local
|
/aosp_15_r20/packages/apps/TV/tuner/src/com/google/android/exoplayer/ |
D | MediaFormatUtil.java | 34 int maxInputSize = in createMediaFormat() local
|
/aosp_15_r20/frameworks/av/cmds/stagefright/ |
H A D | audioloop.cpp | 141 int32_t maxInputSize; in main() local
|
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/ |
H A D | ReprocessCaptureTest.java | 249 Size maxInputSize = in testRecreateReprocessingSessions() local 598 Size maxInputSize = getMaxSize(inputFormat, StaticMetadata.StreamDirection.Input); in testReprocessingMaxSizes() local
|
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/ |
H A D | CodecEncoderBlockModelTestBase.java | 101 int maxInputSize = in enqueueInput() local
|
H A D | CodecDecoderMultiAccessUnitTestBase.java | 254 int maxInputSize = Math.max(maxInputSizeInBytes, in configureKeysForLargeAudioFrameMode() local
|
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/ |
H A D | CodecEncoderMultiAccessUnitTest.java | 317 int maxInputSize = (int) (maxOutputSize / getCompressionRatio(mMediaType)); in testSimpleEncode() local
|
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
H A D | ComponentInterface.cpp | 82 C2StreamMaxBufferSizeInfo::input maxInputSize(0); in config() local
|
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/ |
H A D | ComponentInterface.cpp | 83 C2StreamMaxBufferSizeInfo::input maxInputSize(0); in config() local
|
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/ |
D | FileSampleExtractor.java | 143 int maxInputSize = in createFormat() local
|
/aosp_15_r20/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/ |
H A D | MockMediaParserOutputConsumer.java | 164 int maxInputSize = in toExoPlayerFormat() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
H A D | FlacStreamMetadata.java | 238 int maxInputSize = maxFrameSize > 0 ? maxFrameSize : Format.NO_VALUE; in getFormat() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
H A D | FlacStreamMetadata.java | 240 int maxInputSize = maxFrameSize > 0 ? maxFrameSize : Format.NO_VALUE; in getFormat() local
|
/aosp_15_r20/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/ |
H A D | Encoder.java | 220 int maxInputSize = AUDIO_ENCODE_DEFAULT_MAX_INPUT_SIZE; in encode() local
|
/aosp_15_r20/frameworks/av/media/codec2/hal/common/ |
H A D | MultiAccessUnitHelper.cpp | 174 C2StreamMaxBufferSizeInfo::input maxInputSize(0); in tryReconfigure() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/ |
H A D | Utils.cpp | 1187 int32_t maxInputSize; in convertMetaDataToMessage() local 2053 int32_t maxInputSize; in convertMessageToMetaData() local
|
/aosp_15_r20/external/zstd/contrib/pzstd/ |
H A D | Pzstd.cpp | 270 size_t maxInputSize) { in compress()
|
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ |
H A D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 307 uint32_t maxInputSize = C2StreamMaxBufferSizeInfo::input::From(queried[0].get())->value; in getSamplesPerFrame() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/ |
H A D | MediaCodecAudioRenderer.java | 775 int maxInputSize = getCodecMaxInputSize(codecInfo, format); in getCodecMaxInputSize() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/audio/ |
H A D | MediaCodecAudioRenderer.java | 779 int maxInputSize = getCodecMaxInputSize(codecInfo, format); in getCodecMaxInputSize() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
H A D | Mp4Extractor.java | 537 int maxInputSize; in processMoovAtom() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
H A D | Mp4Extractor.java | 512 int maxInputSize; in processMoovAtom() local
|
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2ReprocessCaptureTest.java | 228 Size maxInputSize = getMaxSize(inputFormat, StaticMetadata.StreamDirection.Input); in testReprocessingMaxSizes() local
|