Searched defs:mOutputVideoHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java50 private int mOutputVideoHeight= 0 ; field in class:MediaRecorderTest
222 mOutputVideoHeight = mediaPlayer.getVideoHeight();
234 if (mOutputVideoWidth == width && mOutputVideoHeight == height &&
238 Log.v(TAG, "width = " + mOutputVideoWidth + " height = " + mOutputVideoHeight + " Duration = " + mOutputDuration);
/frameworks/media/libvideoeditor/lvpp/
H A DPreviewPlayer.h149 uint32_t mOutputVideoHeight; member in struct:android::PreviewPlayer
H A DVideoEditorPreviewController.h128 uint32_t mOutputVideoHeight; member in class:android::VideoEditorPreviewController

Completed in 139 milliseconds