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

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h118 uint32_t mOutputVideoWidth; member in class:android::VideoEditorPreviewController
H A DVideoEditorPreviewController.cpp58 mOutputVideoWidth(0),
726 mOutputVideoWidth = 0;
813 if(mOutputVideoWidth == 0) {
814 mOutputVideoWidth = pFrameStr->uiFrameWidth;
825 mOutputVideoWidth, mOutputVideoHeight);
1391 postProcessParams.outVideoWidth = mOutputVideoWidth;
1421 &mOutputVideoWidth, &mOutputVideoHeight);
1442 outputBufferWidth = mOutputVideoWidth;
1454 M4OSA_UInt32 yv12PlaneWidth = ((mOutputVideoWidth +1)>>1)<<1;
H A DPreviewPlayer.h224 uint32_t mOutputVideoWidth; member in struct:android::PreviewPlayer
H A DPreviewPlayer.cpp1328 &mOutputVideoWidth, &mOutputVideoHeight);
/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);

Completed in 71 milliseconds