Searched refs:videoWidth (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/media/common/src/android/media/cts/ |
D | MediaCodecPlayerTestBase.java | 65 int videoWidth, int videoHeight, in testPlayback() argument 74 videoUrl, false /* videoEncrypted */, videoWidth, videoHeight, in testPlayback() 88 boolean audioEncrypted, Uri videoUrl, boolean videoEncrypted, int videoWidth, 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/ |
D | NativeMediaDrmClearkeyTest.java | 221 int videoWidth, int videoHeight) throws Exception { in testClearKeyPlayback() argument 233 videoWidth + "x" + videoHeight + " resolution for " + mimeType); in testClearKeyPlayback()
|
D | MediaDrmClearkeyTest.java | 444 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/ |
D | CodecTest.java | 287 public static int videoWidth(String filePath) throws Exception { in videoWidth() method in CodecTest 289 int videoWidth = 0; in videoWidth() local 313 videoWidth = mMediaPlayer.getVideoWidth(); in videoWidth() 318 return videoWidth; in videoWidth()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
D | CameraVideoActivity.java | 538 float videoWidth = (float) mNextPreviewSize.width; in setUpCaptureButton() 541 videoWidth = (float) mNextPreviewSize.height; in setUpCaptureButton() 546 * (videoHeight / videoWidth); in setUpCaptureButton()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 469 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()
|