Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderConformanceTest.java195 int height = bufferFormat.getInteger(MediaFormat.KEY_HEIGHT); in decodeTestVector()
221 int height = decOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in decodeTestVector()
DCodecState.java305 int height = mOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in onOutputFormatChanged()
DVideoDecoderPerfTest.java83 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in decode()
228 int height = mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in doDecode()
DNativeDecoderTest.java156 foo.add(format.getInteger(MediaFormat.KEY_HEIGHT)); in getSampleSizes()
356 int height = format.getInteger(MediaFormat.KEY_HEIGHT, 1); in addSampleData()
DMediaCodecTunneledPlayer.java164 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
DMediaCodecClearKeyPlayer.java216 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
DDecodeAccuracyTestBase.java320 videoFormat.setHeight(mediaFormat.getInteger(MediaFormat.KEY_HEIGHT)); in configureFormat()
322 mediaFormat.setInteger(MediaFormat.KEY_HEIGHT, videoFormat.getHeight()); in configureFormat()
DAdaptivePlaybackTest.java1234 orig.getInteger(orig.KEY_WIDTH), orig.getInteger(orig.KEY_HEIGHT));
1271 return mFormat.getInteger(MediaFormat.KEY_HEIGHT);
DEncodeDecodeTest.java1149 format.getInteger(MediaFormat.KEY_HEIGHT)); in checkFrame()
DDecoderTest.java2302 oformat.containsKey(MediaFormat.KEY_HEIGHT)) {
2305 height = oformat.getInteger(MediaFormat.KEY_HEIGHT);
DVp8CodecTestBase.java606 frameHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in decode()
/cts/libs/deviceutil/src/android/cts/util/
DMediaPerfUtils.java63 log.addValue("height", configFormat.getInteger(MediaFormat.KEY_HEIGHT), in addPerformanceHeadersToLog()
DMediaUtils.java646 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in setMaxEncoderFrameAndBitrates()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java107 private static final String KEY_HEIGHT = "height"; field in VulkanDeviceInfo
553 emitLong(store, extent, KEY_HEIGHT); in emitDevices()
705 case KEY_HEIGHT: return "height"; in convertName()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java646 format.setInteger(MediaFormat.KEY_HEIGHT, h); in doTest()
668 format.setInteger(MediaFormat.KEY_HEIGHT, h); in doTest()
809 : inputFormat.getInteger(MediaFormat.KEY_HEIGHT); in runEncoder()
1155 : mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in runDecoder()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java1037 height = format.getInteger(MediaFormat.KEY_HEIGHT); in setup()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1256 height = format.getInteger(MediaFormat.KEY_HEIGHT); in validateRecording()