HomeSort by relevance Sort by last modified time
    Searched refs:mOutputVideoHeight (Results 1 - 5 of 5) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 119 uint32_t mOutputVideoHeight;
VideoEditorPreviewController.cpp 59 mOutputVideoHeight(0),
727 mOutputVideoHeight = 0;
817 if(mOutputVideoHeight == 0) {
818 mOutputVideoHeight = pFrameStr->uiFrameHeight;
825 mOutputVideoWidth, mOutputVideoHeight);
    [all...]
PreviewPlayer.h 225 uint32_t mOutputVideoHeight;
PreviewPlayer.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 50 private int mOutputVideoHeight= 0 ;
224 mOutputVideoHeight = mediaPlayer.getVideoHeight();
236 if (mOutputVideoWidth == width && mOutputVideoHeight == height &&
240 Log.v(TAG, "width = " + mOutputVideoWidth + " height = " + mOutputVideoHeight + " Duration = " + mOutputDuration);

Completed in 264 milliseconds