/cts/tests/mediapc/src/android/mediapc/cts/ |
D | EncoderInitializationLatencyTest.java | 357 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()
|
D | CodecTranscoderTestBase.java | 342 encoderFormat.setInteger(MediaFormat.KEY_HEIGHT, in setUpEncoderFormat() 343 decoderFormat.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
|
D | CodecTestBase.java | 753 format.setInteger(MediaFormat.KEY_HEIGHT, 720); in setUpFormat() 766 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in doEncode()
|
/cts/tests/video/src/android/video/cts/ |
D | CodecEncoderPerformanceTestBase.java | 89 fmt.setInteger(MediaFormat.KEY_HEIGHT, format.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
|
D | CodecPerformanceTestBase.java | 247 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in setUpDecoderInput()
|
D | VideoEncoderDecoderTest.java | 741 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/ |
D | MediaTranscodingManagerTest.java | 455 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/ |
D | CodecEncoderTest.java | 185 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()
|
D | CodecEncoderSurfaceTest.java | 430 encoderFormat.setInteger(MediaFormat.KEY_HEIGHT, in setUpEncoderFormat() 431 decoderFormat.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
|
D | CodecTestBase.java | 1020 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()
|
D | ExtractorTest.java | 271 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));
|
D | EncodeDecodeAccuracyTest.java | 335 format.setInteger(MediaFormat.KEY_HEIGHT, mHeight); in setUpEncoderFormat()
|
/cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/ |
D | MediaPreparerAppTest.java | 93 height = Math.max(height, format.getInteger(MediaFormat.KEY_HEIGHT)); in testGetResolutions()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | NdkMediaCodec.java | 120 int height = format.getInteger(MediaFormat.KEY_HEIGHT, -1); in configure()
|
D | CodecState.java | 365 int height = mOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in onOutputFormatChanged()
|
D | VideoDecoderPerfTest.java | 92 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in decode() 267 int height = mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in doDecode()
|
D | MediaCodecTunneledPlayer.java | 168 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
|
D | MediaCodecBlockModelTest.java | 199 if (event.changedKeys.contains(MediaFormat.KEY_HEIGHT)) { in testFormatChange() 200 height = event.format.getInteger(MediaFormat.KEY_HEIGHT); in testFormatChange()
|
D | MediaCodecClearKeyPlayer.java | 270 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
|
D | NativeDecoderTest.java | 251 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/ |
D | MediaPerfUtils.java | 59 int height = configFormat.getInteger(MediaFormat.KEY_HEIGHT); in addPerformanceHeadersToLog()
|
D | MediaUtils.java | 334 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/ |
D | MockMediaParserOutputConsumer.java | 166 mediaFormat.getInteger(MediaFormat.KEY_HEIGHT, /* defaultValue= */ Format.NO_VALUE); in toExoPlayerFormat()
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 125 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/ |
D | MediaBitstreamsDeviceSideTest.java | 127 MediaFormat.KEY_HEIGHT, in run()
|