Home
last modified time | relevance | path

Searched refs:mVideoHeight (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
DPlayVideoActivity.java71 private int mVideoHeight; field in PlayVideoActivity
172 mVideoHeight = height;
190 mHolder.setFixedSize(mVideoWidth, mVideoHeight);
194 float aspectRatio = ((float) mVideoWidth) / mVideoHeight;
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java91 private int mVideoHeight; field in VideoEncoderDecoderTest
448 mVideoHeight = h; in doTestByName()
717 for (int i = 0; i < mVideoHeight; i++) { in queueInputBufferEncoder()
724 for (int i = 0; i < mVideoHeight / 2; i++) { in queueInputBufferEncoder()
732 for (int i = 0; i < mVideoHeight / 2; i++) { //U only in queueInputBufferEncoder()
736 for (int i = 0; i < mVideoHeight / 2; i++) { //V only in queueInputBufferEncoder()
741 int size = mVideoHeight * mVideoWidth * 3 / 2; in queueInputBufferEncoder()
879 mVideoWidth, mVideoHeight, in queueInputImageEncoder()
886 int size = mVideoHeight * mVideoWidth * 3 / 2; in queueInputImageEncoder()
998 printByteBuffer("UV ", buf, mVideoWidth * mVideoHeight, 20); in runDecoder()
[all …]
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java71 private int mVideoHeight; field in MediaRecorderStressTest
94 mVideoHeight = profile.videoFrameHeight; in setUp()
429 Log.v(TAG, "videoHeight : " + mVideoHeight); in testStressRecordVideoAndPlayback()
439 mRecorder.setVideoSize(mVideoWidth, mVideoHeight); in testStressRecordVideoAndPlayback()