Searched refs:mVideoHeight (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | NativeMediaActivity.java | 53 private int mVideoHeight = 360; field in NativeMediaActivity 62 mVideoHeight = getIntent().getIntExtra(EXTRA_VIDEO_HEIGHT, mVideoHeight); in onCreate() 160 switch(mVideoHeight) { in getMediaString()
|
D | MediaRecorderStressTest.java | 77 private int mVideoHeight; field in MediaRecorderStressTest 100 mVideoHeight = profile.videoFrameHeight; in setUp() 441 Log.v(TAG, "videoHeight : " + mVideoHeight); in testStressRecordVideoAndPlayback() 452 mRecorder.setVideoSize(mVideoWidth, mVideoHeight); in testStressRecordVideoAndPlayback()
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | ResourceManagerRecorderActivity.java | 56 private int mVideoHeight = 0; field in ResourceManagerRecorderActivity 160 mVideoHeight = size.height; in setSupportedResolution() 164 mVideoHeight = size.height; in setSupportedResolution() 236 if (isEncoderSupported(mMime, mVideoWidth, mVideoHeight)) { in recordVideoUsingCamera() 243 + mMime + "," + mVideoWidth + "x" + mVideoHeight in recordVideoUsingCamera() 291 mMediaRecorder.setVideoSize(mVideoWidth, mVideoHeight); in recordVideoUsingCamera() 298 + " Resolution: " + mVideoWidth + "x" + mVideoHeight in recordVideoUsingCamera()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
D | PlayVideoActivity.java | 73 private int mVideoHeight; field in PlayVideoActivity 173 mVideoHeight = height; 191 mHolder.setFixedSize(mVideoWidth, mVideoHeight); 195 float aspectRatio = ((float) mVideoWidth) / mVideoHeight;
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 124 private int mVideoHeight; field in VideoEncoderDecoderTest 428 mVideoHeight = h; in doTest() 567 log.addValue("height", mVideoHeight, ResultType.NEUTRAL, ResultUnit.NONE); in logQualityResults() 759 for (int i = 0; i < mVideoHeight; i++) { in queueInputBufferEncoder() 767 for (int i = 0; i < mVideoHeight / 2; i++) { in queueInputBufferEncoder() 776 for (int i = 0; i < mVideoHeight / 2; i++) { //U only in queueInputBufferEncoder() 781 for (int i = 0; i < mVideoHeight / 2; i++) { //V only in queueInputBufferEncoder() 814 mVideoWidth, mVideoHeight, in queueInputImageEncoder() 821 int size = mVideoHeight * mVideoWidth * 3 / 2; in queueInputImageEncoder() 931 printByteBuffer("UV ", buf, mVideoWidth * mVideoHeight, 20); in runDecoder() [all …]
|
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/ |
D | MediaRecorderTest.java | 116 private static int mVideoHeight = VIDEO_HEIGHT; field in MediaRecorderTest 454 mVideoHeight = VIDEO_HEIGHT; in setSupportedResolution() 464 mVideoHeight = minVideoHeight; in setSupportedResolution() 484 mMediaRecorder.setVideoSize(mVideoWidth, mVideoHeight); in recordVideoUsingCamera() 597 mMediaRecorder.setVideoSize(mVideoWidth, mVideoHeight); in testRecorderVideo() 602 long maxFileSize = mVideoHeight >= 720 ? MAX_FILE_SIZE * 50 : MAX_FILE_SIZE * 10; in testRecorderVideo() 852 mMediaRecorder.setVideoSize(mVideoWidth, mVideoHeight); in testSetMaxFileSize() 1355 mMediaRecorder.setVideoSize(mVideoWidth, mVideoHeight); in setupRecorder()
|