Searched refs:mOutputVideoWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java54 private int mOutputVideoWidth = 0; field in class:MediaRecorderTest
410 mOutputVideoWidth = mediaPlayer.getVideoWidth();
421 if (mOutputVideoWidth == width && mOutputVideoHeight == height &&
425 Log.v(TAG, "width = " + mOutputVideoWidth + " height = " + mOutputVideoHeight + " Duration = " + mOutputDuration);

Completed in 63 milliseconds