OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 666 milliseconds