Searched refs:KEY_HEIGHT (Results 1 – 17 of 17) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | DecoderConformanceTest.java | 195 int height = bufferFormat.getInteger(MediaFormat.KEY_HEIGHT); in decodeTestVector() 221 int height = decOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in decodeTestVector()
|
D | CodecState.java | 305 int height = mOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in onOutputFormatChanged()
|
D | VideoDecoderPerfTest.java | 83 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in decode() 228 int height = mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in doDecode()
|
D | NativeDecoderTest.java | 156 foo.add(format.getInteger(MediaFormat.KEY_HEIGHT)); in getSampleSizes() 356 int height = format.getInteger(MediaFormat.KEY_HEIGHT, 1); in addSampleData()
|
D | MediaCodecTunneledPlayer.java | 164 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
|
D | MediaCodecClearKeyPlayer.java | 216 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
|
D | DecodeAccuracyTestBase.java | 320 videoFormat.setHeight(mediaFormat.getInteger(MediaFormat.KEY_HEIGHT)); in configureFormat() 322 mediaFormat.setInteger(MediaFormat.KEY_HEIGHT, videoFormat.getHeight()); in configureFormat()
|
D | AdaptivePlaybackTest.java | 1234 orig.getInteger(orig.KEY_WIDTH), orig.getInteger(orig.KEY_HEIGHT)); 1271 return mFormat.getInteger(MediaFormat.KEY_HEIGHT);
|
D | EncodeDecodeTest.java | 1149 format.getInteger(MediaFormat.KEY_HEIGHT)); in checkFrame()
|
D | DecoderTest.java | 2302 oformat.containsKey(MediaFormat.KEY_HEIGHT)) { 2305 height = oformat.getInteger(MediaFormat.KEY_HEIGHT);
|
D | Vp8CodecTestBase.java | 606 frameHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in decode()
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | MediaPerfUtils.java | 63 log.addValue("height", configFormat.getInteger(MediaFormat.KEY_HEIGHT), in addPerformanceHeadersToLog()
|
D | MediaUtils.java | 646 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in setMaxEncoderFrameAndBitrates()
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 107 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/ |
D | VideoEncoderDecoderTest.java | 646 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/ |
D | RVCVXCheckAnalyzer.java | 1037 height = format.getInteger(MediaFormat.KEY_HEIGHT); in setup()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | RecordingTest.java | 1256 height = format.getInteger(MediaFormat.KEY_HEIGHT); in validateRecording()
|