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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java49 private int mOutputVideoWidth = 0; field in class:MediaRecorderTest
225 mOutputVideoWidth = mediaPlayer.getVideoWidth();
236 if (mOutputVideoWidth == width && mOutputVideoHeight == height &&
240 Log.v(TAG, "width = " + mOutputVideoWidth + " height = " + mOutputVideoHeight + " Duration = " + mOutputDuration);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h118 uint32_t mOutputVideoWidth; member in class:android::VideoEditorPreviewController
H A DPreviewPlayer.h224 uint32_t mOutputVideoWidth; member in struct:android::PreviewPlayer

Completed in 289 milliseconds