Searched refs:videoHeight (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaDrmClearkeyTest.java | 322 int videoWidth, int videoHeight) { in isResolutionSupported() argument 324 if (videoHeight <= 144) { in isResolutionSupported() 326 } else if (videoHeight <= 240) { in isResolutionSupported() 328 } else if (videoHeight <= 288) { in isResolutionSupported() 330 } else if (videoHeight <= 480) { in isResolutionSupported() 332 } else if (videoHeight <= 720) { in isResolutionSupported() 334 } else if (videoHeight <= 1080) { in isResolutionSupported() 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() [all …]
|
D | NativeMediaDrmClearkeyTest.java | 208 int videoWidth, int videoHeight) throws Exception { in testClearKeyPlayback() argument 241 videoWidth + "x" + videoHeight + " resolution for " + mimeType); in testClearKeyPlayback()
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | CodecTest.java | 246 public static int videoHeight(String filePath) throws Exception { in videoHeight() method in CodecTest 248 int videoHeight = 0; in videoHeight() local 271 videoHeight = mMediaPlayer.getVideoHeight(); in videoHeight() 277 return videoHeight; in videoHeight()
|
/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()
|