Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
H A 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
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
H A 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
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/tests/
H A DMediaCodec_sanity_test.cpp123 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/
DMediaFormatUtil.java34 int maxInputSize = in createMediaFormat() local
/aosp_15_r20/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp141 int32_t maxInputSize; in main() local
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DReprocessCaptureTest.java249 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 DCodecEncoderBlockModelTestBase.java101 int maxInputSize = in enqueueInput() local
H A DCodecDecoderMultiAccessUnitTestBase.java254 int maxInputSize = Math.max(maxInputSizeInBytes, in configureKeysForLargeAudioFrameMode() local
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecEncoderMultiAccessUnitTest.java317 int maxInputSize = (int) (maxOutputSize / getCompressionRatio(mMediaType)); in testSimpleEncode() local
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/utils/
H A DComponentInterface.cpp82 C2StreamMaxBufferSizeInfo::input maxInputSize(0); in config() local
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/
H A DComponentInterface.cpp83 C2StreamMaxBufferSizeInfo::input maxInputSize(0); in config() local
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
DFileSampleExtractor.java143 int maxInputSize = in createFormat() local
/aosp_15_r20/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
H A DMockMediaParserOutputConsumer.java164 int maxInputSize = in toExoPlayerFormat() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DFlacStreamMetadata.java238 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 DFlacStreamMetadata.java240 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 DEncoder.java220 int maxInputSize = AUDIO_ENCODE_DEFAULT_MAX_INPUT_SIZE; in encode() local
/aosp_15_r20/frameworks/av/media/codec2/hal/common/
H A DMultiAccessUnitHelper.cpp174 C2StreamMaxBufferSizeInfo::input maxInputSize(0); in tryReconfigure() local
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DUtils.cpp1187 int32_t maxInputSize; in convertMetaDataToMessage() local
2053 int32_t maxInputSize; in convertMessageToMetaData() local
/aosp_15_r20/external/zstd/contrib/pzstd/
H A DPzstd.cpp270 size_t maxInputSize) { in compress()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioEncTest.cpp307 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 DMediaCodecAudioRenderer.java775 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 DMediaCodecAudioRenderer.java779 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 DMp4Extractor.java537 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 DMp4Extractor.java512 int maxInputSize; in processMoovAtom() local
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2ReprocessCaptureTest.java228 Size maxInputSize = getMaxSize(inputFormat, StaticMetadata.StreamDirection.Input); in testReprocessingMaxSizes() local

12345