Searched defs:maxFrameHeight (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/
H A DEncoderCapabilities.java56 int minFrameHeight, int maxFrameHeight) {
65 mMaxFrameHeight = maxFrameHeight;
52 VideoEncoderCap(int codec, int minBitRate, int maxBitRate, int minFrameRate, int maxFrameRate, int minFrameWidth, int maxFrameWidth, int minFrameHeight, int maxFrameHeight) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp94 int maxFrameHeight = sProfiles->getVideoEncoderParamByName("enc.vid.height.max", encoder); local
100 (minFrameHeight == -1 || maxFrameHeight == -1)) {
115 minFrameHeight, maxFrameHeight);
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp90 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight);
358 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) {
360 node, port_index, enable, maxFrameWidth, maxFrameHeight);
356 prepareForAdaptivePlayback( node_id node, OMX_U32 port_index, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument
/frameworks/av/include/media/
H A DMediaProfiles.h266 int minFrameHeight, int maxFrameHeight,
271 mMinFrameHeight(minFrameHeight), mMaxFrameHeight(maxFrameHeight),
263 VideoEncoderCap(video_encoder codec, int minBitRate, int maxBitRate, int minFrameWidth, int maxFrameWidth, int minFrameHeight, int maxFrameHeight, int minFrameRate, int maxFrameRate) argument
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp428 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) {
436 portIndex, enable, maxFrameWidth, maxFrameHeight);
426 prepareForAdaptivePlayback( node_id node, OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument
H A DOMXNodeInstance.cpp612 OMX_U32 maxFrameHeight) {
615 portString(portIndex), portIndex, enable, maxFrameWidth, maxFrameHeight);
632 params.nMaxFrameHeight = maxFrameHeight;
636 portString(portIndex), portIndex, enable, maxFrameWidth, maxFrameHeight);
610 prepareForAdaptivePlayback( OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1395 int maxFrameHeight = mEncoderProfiles->getVideoEncoderParamByName( local
1401 } else if (maxFrameHeight != -1 && mVideoHeight > maxFrameHeight) {
1403 " and will be set to (%d)", mVideoHeight, maxFrameHeight);
1404 mVideoHeight = maxFrameHeight;

Completed in 8418 milliseconds