OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMinFrameHeight
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/java/android/media/
EncoderCapabilities.java
50
public final int
mMinFrameHeight
, mMaxFrameHeight; // minn and max frame height (pixel)
65
mMinFrameHeight
= minFrameHeight;
/frameworks/av/include/media/
MediaProfiles.h
304
mMinFrameHeight
(minFrameHeight), mMaxFrameHeight(maxFrameHeight),
312
int
mMinFrameHeight
, mMaxFrameHeight;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java
114
int videoHeight = highQuality? videoCap.mMaxFrameHeight: videoCap.
mMinFrameHeight
;
/frameworks/av/media/libmedia/
MediaProfiles.cpp
112
ALOGV("frame height: min = %d and max = %d", cap.
mMinFrameHeight
, cap.mMaxFrameHeight);
[
all
...]
Completed in 59 milliseconds