Home
last modified time | relevance | path

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

12

/cts/tests/mediapc/src/android/mediapc/cts/
DEncoderInitializationLatencyTest.java357 format.setInteger(MediaFormat.KEY_HEIGHT, 1080); in setUpFormat()
361 format.setInteger(MediaFormat.KEY_HEIGHT, 720); in setUpFormat()
365 format.setInteger(MediaFormat.KEY_HEIGHT, 480); in setUpFormat()
369 format.setInteger(MediaFormat.KEY_HEIGHT, 288); in setUpFormat()
373 format.setInteger(MediaFormat.KEY_HEIGHT, 144); in setUpFormat()
392 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in calculateEncoderInitializationLatency()
DCodecTranscoderTestBase.java342 encoderFormat.setInteger(MediaFormat.KEY_HEIGHT, in setUpEncoderFormat()
343 decoderFormat.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
DCodecTestBase.java753 format.setInteger(MediaFormat.KEY_HEIGHT, 720); in setUpFormat()
766 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in doEncode()
/cts/tests/video/src/android/video/cts/
DCodecEncoderPerformanceTestBase.java89 fmt.setInteger(MediaFormat.KEY_HEIGHT, format.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
DCodecPerformanceTestBase.java247 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in setUpDecoderInput()
DVideoEncoderDecoderTest.java741 format.setInteger(MediaFormat.KEY_HEIGHT, h); in doTest()
763 format.setInteger(MediaFormat.KEY_HEIGHT, h); in doTest()
910 : inputFormat.getInteger(MediaFormat.KEY_HEIGHT); in runEncoder()
1256 : mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in runDecoder()
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingManagerTest.java455 int height = srcVideoFormat.getInteger(MediaFormat.KEY_HEIGHT); in transcodeFile()
559 fmt1.getInteger(MediaFormat.KEY_HEIGHT) == fmt2.getInteger(MediaFormat.KEY_HEIGHT) in compareFormat()
794 destinationFormat.setInteger(MediaFormat.KEY_HEIGHT, in isVideoTranscodingSupported()
795 sourceFormat.getInteger(MediaFormat.KEY_HEIGHT)); in isVideoTranscodingSupported()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java185 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in testSimpleEncode()
258 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in testLosslessEncodeDecode()
339 mHeight = inpFormat.getInteger(MediaFormat.KEY_HEIGHT); in testFlush()
648 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in testSetForceSyncFrame()
738 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in testAdaptiveBitRate()
DCodecEncoderSurfaceTest.java430 encoderFormat.setInteger(MediaFormat.KEY_HEIGHT, in setUpEncoderFormat()
431 decoderFormat.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
DCodecTestBase.java1020 int height = format.getInteger(MediaFormat.KEY_HEIGHT, -1); in getHeight()
1250 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in dequeueOutput()
1676 format.setInteger(MediaFormat.KEY_HEIGHT, mEncParamList2[i]); in setUpParams()
1703 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in encodeToMemory()
DExtractorTest.java271 if (refFormat.getInteger(MediaFormat.KEY_HEIGHT) != in isFormatSimilar()
272 testFormat.getInteger(MediaFormat.KEY_HEIGHT)) return false; in isFormatSimilar()
431 buffer.putInt(format.getInteger(MediaFormat.KEY_HEIGHT)); in readAllData()
1634 assertEquals(mHCh, format.getInteger(MediaFormat.KEY_HEIGHT));
DEncodeDecodeAccuracyTest.java335 format.setInteger(MediaFormat.KEY_HEIGHT, mHeight); in setUpEncoderFormat()
/cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/
DMediaPreparerAppTest.java93 height = Math.max(height, format.getInteger(MediaFormat.KEY_HEIGHT)); in testGetResolutions()
/cts/tests/tests/media/src/android/media/cts/
DNdkMediaCodec.java120 int height = format.getInteger(MediaFormat.KEY_HEIGHT, -1); in configure()
DCodecState.java365 int height = mOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in onOutputFormatChanged()
DVideoDecoderPerfTest.java92 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in decode()
267 int height = mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in doDecode()
DMediaCodecTunneledPlayer.java168 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
DMediaCodecBlockModelTest.java199 if (event.changedKeys.contains(MediaFormat.KEY_HEIGHT)) { in testFormatChange()
200 height = event.format.getInteger(MediaFormat.KEY_HEIGHT); in testFormatChange()
DMediaCodecClearKeyPlayer.java270 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
DNativeDecoderTest.java251 foo.add(format.getInteger(MediaFormat.KEY_HEIGHT)); in getSampleSizes()
553 int height = format.getInteger(MediaFormat.KEY_HEIGHT, 1); in addSampleData()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java59 int height = configFormat.getInteger(MediaFormat.KEY_HEIGHT); in addPerformanceHeadersToLog()
DMediaUtils.java334 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in canDecode()
856 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in setMaxEncoderFrameAndBitrates()
/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
DMockMediaParserOutputConsumer.java166 mediaFormat.getInteger(MediaFormat.KEY_HEIGHT, /* defaultValue= */ Format.NO_VALUE); in toExoPlayerFormat()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java125 private static final String KEY_HEIGHT = "height"; field in VulkanDeviceInfo
636 emitLong(store, extent, KEY_HEIGHT); in emitDevices()
1013 case KEY_HEIGHT: return "height"; in convertName()
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java127 MediaFormat.KEY_HEIGHT, in run()

12