Searched refs:videoWidth (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | NativeMediaDrmClearkeyTest.java | 208 int videoWidth, int videoHeight) throws Exception { in testClearKeyPlayback() argument 241 videoWidth + "x" + videoHeight + " resolution for " + mimeType); in testClearKeyPlayback()
|
D | MediaDrmClearkeyTest.java | 322 int videoWidth, int videoHeight) { in isResolutionSupported() argument 341 MediaFormat format = MediaFormat.createVideoFormat(mime, videoWidth, videoHeight); in isResolutionSupported() 362 int videoWidth, int videoHeight, boolean scrambled) throws Exception { in testClearKeyPlayback() argument 375 if (!isResolutionSupported(videoMime, videoFeatures, videoWidth, videoHeight)) { in testClearKeyPlayback() 377 videoWidth + "x" + videoHeight + " resolution for " + videoMime); in testClearKeyPlayback()
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | CodecTest.java | 281 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/camera/src/android/hardware/cts/ |
D | CameraTest.java | 403 int videoWidth, int videoHeight) throws Exception { in subtestTakePictureByCamera() argument 405 videoWidth * videoHeight; // Temporary until new API definitions in subtestTakePictureByCamera() 427 ", video size is " + videoWidth + " x " + videoHeight); in subtestTakePictureByCamera() 429 videoWidth + " x " + videoHeight + " (" + in subtestTakePictureByCamera()
|