OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxFrameHeight
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/media/java/android/media/
EncoderCapabilities.java
57
int minFrameHeight, int
maxFrameHeight
) {
66
mMaxFrameHeight =
maxFrameHeight
;
/frameworks/av/media/libstagefright/
OMXClient.cpp
74
OMX_U32 maxFrameWidth, OMX_U32
maxFrameHeight
);
277
OMX_U32 maxFrameWidth, OMX_U32
maxFrameHeight
) {
279
node, port_index, enable, maxFrameWidth,
maxFrameHeight
);
/frameworks/base/media/jni/
android_media_MediaProfiles.cpp
93
int
maxFrameHeight
= sProfiles->getVideoEncoderParamByName("enc.vid.height.max", encoder);
99
(minFrameHeight == -1 ||
maxFrameHeight
== -1)) {
114
minFrameHeight,
maxFrameHeight
);
/frameworks/av/include/media/
MediaProfiles.h
299
int minFrameHeight, int
maxFrameHeight
,
304
mMinFrameHeight(minFrameHeight), mMaxFrameHeight(
maxFrameHeight
),
IOMX.h
88
OMX_U32 maxFrameWidth, OMX_U32
maxFrameHeight
) = 0;
/frameworks/av/media/libstagefright/include/
OMXNodeInstance.h
63
OMX_U32 maxFrameWidth, OMX_U32
maxFrameHeight
);
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
[
all
...]
/frameworks/av/media/libstagefright/omx/
OMX.cpp
336
OMX_U32 maxFrameWidth, OMX_U32
maxFrameHeight
) {
338
portIndex, enable, maxFrameWidth,
maxFrameHeight
);
OMXNodeInstance.cpp
427
OMX_U32
maxFrameHeight
) {
450
params.nMaxFrameHeight =
maxFrameHeight
;
Completed in 546 milliseconds