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
223 mOutputVideoWidth = mediaPlayer.getVideoWidth();
234 if (mOutputVideoWidth == width && mOutputVideoHeight == height &&
238 Log.v(TAG, "width = " + mOutputVideoWidth + " height = " + mOutputVideoHeight + " Duration = " + mOutputDuration);
/frameworks/media/libvideoeditor/lvpp/
H A DPreviewPlayer.h148 uint32_t mOutputVideoWidth; member in struct:android::PreviewPlayer
H A DVideoEditorPreviewController.h127 uint32_t mOutputVideoWidth; member in class:android::VideoEditorPreviewController

Completed in 326 milliseconds