Home
last modified time | relevance | path

Searched refs:mVideoWidth (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerRecorderActivity.java55 private int mVideoWidth = 0; field in ResourceManagerRecorderActivity
159 mVideoWidth = size.width; in setSupportedResolution()
163 mVideoWidth = size.width; 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/
DPlayVideoActivity.java72 private int mVideoWidth; field in PlayVideoActivity
172 mVideoWidth = width;
191 mHolder.setFixedSize(mVideoWidth, mVideoHeight);
195 float aspectRatio = ((float) mVideoWidth) / mVideoHeight;
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java123 private int mVideoWidth; field in VideoEncoderDecoderTest
427 mVideoWidth = w; in doTest()
566 log.addValue("width", mVideoWidth, ResultType.NEUTRAL, ResultUnit.NONE); in logQualityResults()
761 buffer.put(yBuffer, srcOffsetY, mVideoWidth); in queueInputBufferEncoder()
769 buffer.put(uvBuffer, srcOffsetU, mVideoWidth); in queueInputBufferEncoder()
778 buffer.put(uvBuffer, srcOffsetU, mVideoWidth / 2); in queueInputBufferEncoder()
783 buffer.put(uvBuffer, srcOffsetV, mVideoWidth / 2); 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/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java76 private int mVideoWidth; field in MediaRecorderStressTest
99 mVideoWidth = profile.videoFrameWidth; in setUp()
440 Log.v(TAG, "videoWidth : " + mVideoWidth); in testStressRecordVideoAndPlayback()
452 mRecorder.setVideoSize(mVideoWidth, mVideoHeight); in testStressRecordVideoAndPlayback()
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java115 private static int mVideoWidth = VIDEO_WIDTH; field in MediaRecorderTest
453 mVideoWidth = VIDEO_WIDTH; in setSupportedResolution()
463 mVideoWidth = minVideoWidth; in setSupportedResolution()
484 mMediaRecorder.setVideoSize(mVideoWidth, mVideoHeight); in recordVideoUsingCamera()
597 mMediaRecorder.setVideoSize(mVideoWidth, mVideoHeight); in testRecorderVideo()
852 mMediaRecorder.setVideoSize(mVideoWidth, mVideoHeight); in testSetMaxFileSize()
1355 mMediaRecorder.setVideoSize(mVideoWidth, mVideoHeight); in setupRecorder()