/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderTest.java | 110 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()
|
D | CodecEncoderSurfaceTest.java | 441 encoderFormat.setInteger(MediaFormat.KEY_HEIGHT, in setUpEncoderFormat() 442 decoderFormat.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
|
D | EncoderColorAspectsTest.java | 75 mConfigFormat.setInteger(MediaFormat.KEY_HEIGHT, mHeight); in EncoderColorAspectsTest()
|
D | CodecUnitTest.java | 92 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()
|
D | ExtractorTest.java | 240 refFormat.getInteger(MediaFormat.KEY_HEIGHT) == in isFormatSimilar() 241 testFormat.getInteger(MediaFormat.KEY_HEIGHT); in isFormatSimilar()
|
D | EncoderProfileLevelTest.java | 67 mConfigFormat.setInteger(MediaFormat.KEY_HEIGHT, mHeight); in EncoderProfileLevelTest()
|
/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 | 107 int height = format.getInteger(MediaFormat.KEY_HEIGHT, -1); in configure()
|
D | CodecState.java | 307 int height = mOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in onOutputFormatChanged()
|
D | VideoDecoderPerfTest.java | 124 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in decode() 300 int height = mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in doDecode()
|
D | MediaCodecTunneledPlayer.java | 164 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
|
D | NativeDecoderTest.java | 240 foo.add(format.getInteger(MediaFormat.KEY_HEIGHT)); in getSampleSizes() 531 int height = format.getInteger(MediaFormat.KEY_HEIGHT, 1); in addSampleData()
|
D | MediaCodecClearKeyPlayer.java | 263 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
|
D | MediaFormatTest.java | 604 assertEquals(1080, format.getInteger(MediaFormat.KEY_HEIGHT)); in testMediaFormatConstructors()
|
D | DecodeAccuracyTestBase.java | 479 videoFormat.setHeight(mediaFormat.getInteger(MediaFormat.KEY_HEIGHT)); in configureVideoFormat() 481 mediaFormat.setInteger(MediaFormat.KEY_HEIGHT, videoFormat.getHeight()); in configureVideoFormat()
|
D | AdaptivePlaybackTest.java | 1269 orig.getInteger(orig.KEY_WIDTH), orig.getInteger(orig.KEY_HEIGHT)); 1315 return mFormat.getInteger(MediaFormat.KEY_HEIGHT);
|
D | DecoderTest.java | 2687 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/ |
D | MediaPerfUtils.java | 59 int height = configFormat.getInteger(MediaFormat.KEY_HEIGHT); in addPerformanceHeadersToLog()
|
D | MediaUtils.java | 699 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in setMaxEncoderFrameAndBitrates()
|
/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 | 332 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/ |
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/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 768 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/ |
D | MediaBitstreamsDeviceSideTest.java | 126 MediaFormat.KEY_HEIGHT, in run()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 1059 height = format.getInteger(MediaFormat.KEY_HEIGHT); in setup()
|