Home
last modified time | relevance | path

Searched refs:KEY_HEIGHT (Results 1 – 25 of 39) sorted by relevance

12

/cts/tests/mediapc/src/android/mediapc/cts/
DCodecInitializationLatencyTest.java426 format.setInteger(MediaFormat.KEY_HEIGHT, 1080); in setUpFormat()
430 format.setInteger(MediaFormat.KEY_HEIGHT, 720); in setUpFormat()
434 format.setInteger(MediaFormat.KEY_HEIGHT, 480); in setUpFormat()
438 format.setInteger(MediaFormat.KEY_HEIGHT, 288); in setUpFormat()
442 format.setInteger(MediaFormat.KEY_HEIGHT, 144); in setUpFormat()
461 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in calculateInitLatency()
DCodecTranscoderTestBase.java374 encoderFormat.setInteger(MediaFormat.KEY_HEIGHT, in setUpEncoderFormat()
375 decoderFormat.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
491 || (decoderFormat.getInteger(MediaFormat.KEY_HEIGHT) != TARGET_HEIGHT)) { in setUpEncoderFormat()
493 encoderFormat.setInteger(MediaFormat.KEY_HEIGHT, TARGET_HEIGHT); in setUpEncoderFormat()
497 encoderFormat.setInteger(MediaFormat.KEY_HEIGHT, in setUpEncoderFormat()
498 decoderFormat.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
DCodecTestBase.java632 if (format.getInteger(MediaFormat.KEY_HEIGHT) == 1080) { in configureCodec()
636 } else if (format.getInteger(MediaFormat.KEY_HEIGHT) == 2160) { in configureCodec()
1079 format.setInteger(MediaFormat.KEY_HEIGHT, mHeight); in setUpFormat()
1092 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in doEncode()
/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/
DVideoDecodingWrapper.java112 checkState(mediaFormat.containsKey(MediaFormat.KEY_HEIGHT)); in VideoDecodingWrapper()
113 int height = mediaFormat.getInteger(MediaFormat.KEY_HEIGHT); in VideoDecodingWrapper()
DMediaEditingUtil.java278 checkState(mediaFormat.containsKey(MediaFormat.KEY_HEIGHT)); in getMuxedWidthHeight()
286 .setHeight(mediaFormat.getInteger(MediaFormat.KEY_HEIGHT)) in getMuxedWidthHeight()
/cts/tests/video/src/android/video/cts/
DCodecEncoderPerformanceTestBase.java104 fmt.setInteger(MediaFormat.KEY_HEIGHT, format.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
DVideoEncoderDecoderTest.java462 format.setInteger(MediaFormat.KEY_HEIGHT, h); in doTest()
488 format.setInteger(MediaFormat.KEY_HEIGHT, h); in doTest()
646 : inputFormat.getInteger(MediaFormat.KEY_HEIGHT); in runEncoder()
992 : mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in runDecoder()
DCodecPerformanceTestBase.java270 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in setUpDecoderInput()
/cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/
DMediaPreparerAppTest.java104 height = Math.max(height, format.getInteger(MediaFormat.KEY_HEIGHT)); in testGetResolutions()
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingManagerTest.java150 format.setInteger(MediaFormat.KEY_HEIGHT, height); in createMediaFormat()
449 int height = srcVideoFormat.getInteger(MediaFormat.KEY_HEIGHT); in transcodeFile()
667 fmt1.getInteger(MediaFormat.KEY_HEIGHT) == fmt2.getInteger(MediaFormat.KEY_HEIGHT) in compareFormat()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DVideoDecoderPerfTest.java192 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in decode()
374 int height = mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in doDecode()
DDecoderLowLatencyTest.java294 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in testLowLatencyVideo()
DNativeDecoderTest.java323 int height = format.getInteger(MediaFormat.KEY_HEIGHT, 1); in addSampleData()
/cts/tests/tests/media/common/src/android/media/cts/
DNdkMediaCodec.java124 int height = format.getInteger(MediaFormat.KEY_HEIGHT, -1); in configure()
DMediaCodecTunneledPlayer.java182 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
DMediaCodecClearKeyPlayer.java269 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java61 int height = configFormat.getInteger(MediaFormat.KEY_HEIGHT); in addPerformanceHeadersToLog()
/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
DMockMediaParserOutputConsumer.java170 mediaFormat.getInteger(MediaFormat.KEY_HEIGHT, /* defaultValue= */ Format.NO_VALUE); in toExoPlayerFormat()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecResourceTest.java302 mediaFormat.setInteger(MediaFormat.KEY_HEIGHT, height); in getFirstVideoHardwareDecoder()
/cts/tests/media/common/src/android/mediav2/common/cts/
DEncoderConfigParams.java233 mFormat.setInteger(MediaFormat.KEY_HEIGHT, mHeight); in getFormat()
DCodecDecoderTestBase.java278 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in dequeueOutput()
/cts/tests/media/src/android/mediav2/cts/
DExtractorTest.java279 if (refFormat.getInteger(MediaFormat.KEY_HEIGHT) != in isFormatSimilar()
280 testFormat.getInteger(MediaFormat.KEY_HEIGHT)) return false; in isFormatSimilar()
445 buffer.putInt(format.getInteger(MediaFormat.KEY_HEIGHT)); in readAllData()
1699 int height = format.getInteger(MediaFormat.KEY_HEIGHT, -1);
DDecodeGlAccuracyTest.java576 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in testDecodeGlAccuracyRGB()
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java127 MediaFormat.KEY_HEIGHT, in run()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java149 private static final String KEY_HEIGHT = "height"; field in VulkanDeviceInfo
1015 emitLong(store, extent, KEY_HEIGHT); in emitDevices()
1418 case KEY_HEIGHT: return "height"; in convertName()

12