Home
last modified time | relevance | path

Searched defs:videoHeight (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()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java246 public static int videoHeight(String filePath) throws Exception { in videoHeight() method in CodecTest
248 int videoHeight = 0; in videoHeight() local
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java389 int videoWidth, int videoHeight) throws Exception { in subtestTakePictureByCamera()