Home
last modified time | relevance | path

Searched refs:KEY_MAX_INPUT_SIZE (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DVideoUtils.java161 if (format.containsKey(MediaFormat.KEY_MAX_INPUT_SIZE)) { in genVideoUsingMuxer()
162 int newSize = format.getInteger(MediaFormat.KEY_MAX_INPUT_SIZE); in genVideoUsingMuxer()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DEncoder.java141 if (format.containsKey(MediaFormat.KEY_MAX_INPUT_SIZE)) { in encode()
142 maxInputSize = format.getInteger(MediaFormat.KEY_MAX_INPUT_SIZE); in encode()
/aosp12/packages/apps/TV/tuner/src/com/google/android/exoplayer/
H A DMediaFormatUtil.java35 getOptionalIntegerV16(format, android.media.MediaFormat.KEY_MAX_INPUT_SIZE); in createMediaFormat()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
H A DDvrStorageManager.java177 readFormatInt(in, format, MediaFormat.KEY_MAX_INPUT_SIZE); in readTrackInfoFiles()
341 writeFormatInt(out, trackFormat.format, MediaFormat.KEY_MAX_INPUT_SIZE); in writeTrackInfoFiles()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
H A DDvrStorageManager.java177 readFormatInt(in, mediaFormat, MediaFormat.KEY_MAX_INPUT_SIZE); in readTrackInfoFiles()
341 writeFormatInt(out, trackFormat.mediaFormat, MediaFormat.KEY_MAX_INPUT_SIZE); in writeTrackInfoFiles()
H A DSampleChunkIoHelper.java249 mediaFormat, MediaFormat.KEY_MAX_INPUT_SIZE, format.maxInputSize); in getVideoMediaFormat()
268 mediaFormat, MediaFormat.KEY_MAX_INPUT_SIZE, format.maxInputSize); in getAudioMediaFormat()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
H A DFileSampleExtractor.java144 getOptionalIntegerV16(mediaFormat, android.media.MediaFormat.KEY_MAX_INPUT_SIZE); in createFormat()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaFormat.java318 public static final String KEY_MAX_INPUT_SIZE = "max-input-size"; field in MediaFormat
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBuffers.cpp791 (void)format->findInt32(KEY_MAX_INPUT_SIZE, &capacity); in Alloc()
870 (void)format->findInt32(KEY_MAX_INPUT_SIZE, &capacity); in Alloc()
H A DCCodecConfig.cpp391 add(ConfigMapper(KEY_MAX_INPUT_SIZE, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE, "value") in initializeStandardParams()
394 deprecated(ConfigMapper(KEY_MAX_INPUT_SIZE, "coded.max-frame-size", "value") in initializeStandardParams()
H A DCCodec.cpp1242 msg->findInt32(KEY_MAX_INPUT_SIZE, &clientInputSize) && clientInputSize > 0; in configure()
1282 KEY_MAX_INPUT_SIZE, in configure()
H A DCCodecBufferChannel.cpp1152 (void)inputFormat->findInt32(KEY_MAX_INPUT_SIZE, &capacity); in start()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecConstants.h791 constexpr char KEY_MAX_INPUT_SIZE[] = "max-input-size"; variable
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaParser.java2022 setOptionalMediaFormatInt(result, MediaFormat.KEY_MAX_INPUT_SIZE, format.maxInputSize); in toMediaFormat()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt22584 field public static final String KEY_MAX_INPUT_SIZE = "max-input-size";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt14974 field public static final java.lang.String KEY_MAX_INPUT_SIZE = "max-input-size";