Home
last modified time | relevance | path

Searched refs:videoHeight (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecPlayerTestBase.java65 int videoWidth, int videoHeight, in testPlayback() argument
74 videoUrl, false /* videoEncrypted */, videoWidth, videoHeight, in testPlayback()
89 int videoHeight, boolean scrambled, byte[] sessionId, List<Surface> surfaces) in preparePlayback() argument
92 videoWidth, videoHeight)) { in preparePlayback()
133 Uri videoUrl, int videoWidth, int videoHeight) { in playbackPreCheck() argument
134 if (!isResolutionSupported(videoMime, videoFeatures, videoWidth, videoHeight)) { in playbackPreCheck()
136 videoWidth + "x" + videoHeight + " resolution for " + videoMime); in playbackPreCheck()
143 int videoWidth, int videoHeight) { in isResolutionSupported() argument
144 MediaFormat format = MediaFormat.createVideoFormat(mime, videoWidth, videoHeight); in isResolutionSupported()
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DNativeMediaDrmClearkeyTest.java221 int videoWidth, int videoHeight) throws Exception { in testClearKeyPlayback() argument
233 videoWidth + "x" + videoHeight + " resolution for " + mimeType); in testClearKeyPlayback()
DMediaDrmClearkeyTest.java444 int videoWidth, int videoHeight, boolean scrambled, int keyType) throws Exception { in testClearKeyPlayback() argument
459 videoEncrypted, videoWidth, videoHeight, scrambled, mSessionId, getSurfaces())) { in testClearKeyPlayback()
727 int videoWidth, int videoHeight) { in determineCodecFeatures() argument
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java252 public static int videoHeight(String filePath) throws Exception { in videoHeight() method in CodecTest
254 int videoHeight = 0; in videoHeight() local
277 videoHeight = mMediaPlayer.getVideoHeight(); in videoHeight()
283 return videoHeight; in videoHeight()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java539 float videoHeight = (float) mNextPreviewSize.height; in setUpCaptureButton()
542 videoHeight = (float) mNextPreviewSize.width; in setUpCaptureButton()
546 * (videoHeight / videoWidth); in setUpCaptureButton()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java469 int videoWidth, int videoHeight) throws Exception { in subtestTakePictureByCamera() argument
471 videoWidth * videoHeight; // Temporary until new API definitions in subtestTakePictureByCamera()
493 ", video size is " + videoWidth + " x " + videoHeight); in subtestTakePictureByCamera()
495 videoWidth + " x " + videoHeight + " (" + in subtestTakePictureByCamera()