Home
last modified time | relevance | path

Searched defs: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()
85 int videoHeight, boolean scrambled, byte[] sessionId, List<Surface> surfaces) in preparePlayback()
124 Uri videoUrl, int videoWidth, int videoHeight) { in playbackPreCheck()
154 int videoWidth, int videoHeight) { in isResolutionSupported()
DNativeMediaDrmClearkeyTest.java214 int videoWidth, int videoHeight) throws Exception { in testClearKeyPlayback()
DMediaDrmClearkeyTest.java370 int videoWidth, int videoHeight, boolean scrambled, int keyType) throws Exception { in testClearKeyPlayback()
/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/camera/src/android/hardware/cts/
DCameraTest.java422 int videoWidth, int videoHeight) throws Exception { in subtestTakePictureByCamera()