Home
last modified time | relevance | path

Searched refs:videoWidth (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DClearKeySystemTest.java288 public boolean isResolutionSupported(int videoWidth, int videoHeight) { in isResolutionSupported() argument
308 MIME_VIDEO_AVC, videoWidth, videoHeight); in isResolutionSupported()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java281 public static int videoWidth(String filePath) throws Exception { in videoWidth() method in CodecTest
283 int videoWidth = 0; in videoWidth() local
307 videoWidth = mMediaPlayer.getVideoWidth(); in videoWidth()
312 return videoWidth; in videoWidth()
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java389 int videoWidth, int videoHeight) throws Exception { in subtestTakePictureByCamera() argument
391 videoWidth * videoHeight; // Temporary until new API definitions in subtestTakePictureByCamera()
413 ", video size is " + videoWidth + " x " + videoHeight); in subtestTakePictureByCamera()
415 videoWidth + " x " + videoHeight + " (" + in subtestTakePictureByCamera()