OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutputVideoWidth
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h
118
uint32_t
mOutputVideoWidth
;
VideoEditorPreviewController.cpp
58
mOutputVideoWidth
(0),
726
mOutputVideoWidth
= 0;
813
if(
mOutputVideoWidth
== 0) {
814
mOutputVideoWidth
= pFrameStr->uiFrameWidth;
825
mOutputVideoWidth
, mOutputVideoHeight);
[
all
...]
PreviewPlayer.h
224
uint32_t
mOutputVideoWidth
;
PreviewPlayer.cpp
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java
49
private int
mOutputVideoWidth
= 0;
225
mOutputVideoWidth
= mediaPlayer.getVideoWidth();
236
if (
mOutputVideoWidth
== width && mOutputVideoHeight == height &&
240
Log.v(TAG, "width = " +
mOutputVideoWidth
+ " height = " + mOutputVideoHeight + " Duration = " + mOutputDuration);
Completed in 51 milliseconds