Home
last modified time | relevance | path

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

12

/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java110 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in encodeToMemory()
238 format.setInteger(MediaFormat.KEY_HEIGHT, mEncParamList2[i]); in setUpParams()
287 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in testSimpleEncode()
375 mHeight = inpFormat.getInteger(MediaFormat.KEY_HEIGHT); in testFlush()
694 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in testSetForceSyncFrame()
787 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in testAdaptiveBitRate()
DCodecEncoderSurfaceTest.java441 encoderFormat.setInteger(MediaFormat.KEY_HEIGHT, in setUpEncoderFormat()
442 decoderFormat.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
DEncoderColorAspectsTest.java75 mConfigFormat.setInteger(MediaFormat.KEY_HEIGHT, mHeight); in EncoderColorAspectsTest()
DCodecUnitTest.java92 format.setInteger(MediaFormat.KEY_HEIGHT, 288); in getSampleVideoFormat()
425 MediaFormat.KEY_HEIGHT}; in testConfigureVideoDecodeForIncompleteFormat()
435 MediaFormat.KEY_HEIGHT, MediaFormat.KEY_I_FRAME_INTERVAL, in testConfigureVideoEncodeForIncompleteFormat()
DExtractorTest.java240 refFormat.getInteger(MediaFormat.KEY_HEIGHT) == in isFormatSimilar()
241 testFormat.getInteger(MediaFormat.KEY_HEIGHT); in isFormatSimilar()
DEncoderProfileLevelTest.java67 mConfigFormat.setInteger(MediaFormat.KEY_HEIGHT, mHeight); in EncoderProfileLevelTest()
/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.java107 int height = format.getInteger(MediaFormat.KEY_HEIGHT, -1); in configure()
DCodecState.java307 int height = mOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in onOutputFormatChanged()
DVideoDecoderPerfTest.java124 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in decode()
300 int height = mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in doDecode()
DMediaCodecTunneledPlayer.java164 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
DNativeDecoderTest.java240 foo.add(format.getInteger(MediaFormat.KEY_HEIGHT)); in getSampleSizes()
531 int height = format.getInteger(MediaFormat.KEY_HEIGHT, 1); in addSampleData()
DMediaCodecClearKeyPlayer.java263 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
DMediaFormatTest.java604 assertEquals(1080, format.getInteger(MediaFormat.KEY_HEIGHT)); in testMediaFormatConstructors()
DDecodeAccuracyTestBase.java479 videoFormat.setHeight(mediaFormat.getInteger(MediaFormat.KEY_HEIGHT)); in configureVideoFormat()
481 mediaFormat.setInteger(MediaFormat.KEY_HEIGHT, videoFormat.getHeight()); in configureVideoFormat()
DAdaptivePlaybackTest.java1269 orig.getInteger(orig.KEY_WIDTH), orig.getInteger(orig.KEY_HEIGHT));
1315 return mFormat.getInteger(MediaFormat.KEY_HEIGHT);
DDecoderTest.java2687 int outHeight = outFormat.getInteger(MediaFormat.KEY_HEIGHT);
2860 oformat.containsKey(MediaFormat.KEY_HEIGHT)) {
2863 height = oformat.getInteger(MediaFormat.KEY_HEIGHT);
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaPerfUtils.java59 int height = configFormat.getInteger(MediaFormat.KEY_HEIGHT); in addPerformanceHeadersToLog()
DMediaUtils.java699 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in setMaxEncoderFrameAndBitrates()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java59 int height = configFormat.getInteger(MediaFormat.KEY_HEIGHT); in addPerformanceHeadersToLog()
DMediaUtils.java332 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in canDecode()
790 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in setMaxEncoderFrameAndBitrates()
/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/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java768 format.setInteger(MediaFormat.KEY_HEIGHT, h); in doTest()
790 format.setInteger(MediaFormat.KEY_HEIGHT, h); in doTest()
936 : inputFormat.getInteger(MediaFormat.KEY_HEIGHT); in runEncoder()
1282 : mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in runDecoder()
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java126 MediaFormat.KEY_HEIGHT, in run()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java1059 height = format.getInteger(MediaFormat.KEY_HEIGHT); in setup()

12