Searched refs:mVideoHeight (Results 1 – 3 of 3) sorted by relevance
71 private int mVideoHeight; field in PlayVideoActivity172 mVideoHeight = height;190 mHolder.setFixedSize(mVideoWidth, mVideoHeight);194 float aspectRatio = ((float) mVideoWidth) / mVideoHeight;
91 private int mVideoHeight; field in VideoEncoderDecoderTest448 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 …]
71 private int mVideoHeight; field in MediaRecorderStressTest94 mVideoHeight = profile.videoFrameHeight; in setUp()429 Log.v(TAG, "videoHeight : " + mVideoHeight); in testStressRecordVideoAndPlayback()439 mRecorder.setVideoSize(mVideoWidth, mVideoHeight); in testStressRecordVideoAndPlayback()