Home
last modified time | relevance | path

Searched refs:videoHeight (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecPlayerTestBase.java61 int videoWidth, int videoHeight, in testPlayback() argument
70 videoUrl, false /* videoEncrypted */, videoWidth, videoHeight, in testPlayback()
85 int videoHeight, boolean scrambled, byte[] sessionId, List<Surface> surfaces) in preparePlayback() argument
88 videoWidth, videoHeight)) { in preparePlayback()
124 Uri videoUrl, int videoWidth, int videoHeight) { in playbackPreCheck() argument
125 if (!isResolutionSupported(videoMime, videoFeatures, videoWidth, videoHeight)) { in playbackPreCheck()
127 videoWidth + "x" + videoHeight + " resolution for " + videoMime); in playbackPreCheck()
154 int videoWidth, int videoHeight) { in isResolutionSupported() argument
155 MediaFormat format = MediaFormat.createVideoFormat(mime, videoWidth, videoHeight); in isResolutionSupported()
DNativeMediaDrmClearkeyTest.java214 int videoWidth, int videoHeight) throws Exception { in testClearKeyPlayback() argument
247 videoWidth + "x" + videoHeight + " resolution for " + mimeType); in testClearKeyPlayback()
DMediaDrmClearkeyTest.java424 int videoWidth, int videoHeight, boolean scrambled, int keyType) throws Exception { in testClearKeyPlayback() argument
439 videoEncrypted, videoWidth, videoHeight, scrambled, mSessionId, getSurfaces())) { in testClearKeyPlayback()
704 int videoWidth, int videoHeight) { in determineCodecFeatures() argument
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java247 public static int videoHeight(String filePath) throws Exception { in videoHeight() method in CodecTest
249 int videoHeight = 0; in videoHeight() local
272 videoHeight = mMediaPlayer.getVideoHeight(); in videoHeight()
278 return videoHeight; in videoHeight()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java468 int videoWidth, int videoHeight) throws Exception { in subtestTakePictureByCamera() argument
470 videoWidth * videoHeight; // Temporary until new API definitions in subtestTakePictureByCamera()
492 ", video size is " + videoWidth + " x " + videoHeight); in subtestTakePictureByCamera()
494 videoWidth + " x " + videoHeight + " (" + in subtestTakePictureByCamera()