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/av/media/libstagefright/
H A DOMXClient.cpp79 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight);
293 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) {
295 node, port_index, enable, maxFrameWidth, maxFrameHeight);
291 prepareForAdaptivePlayback( node_id node, OMX_U32 port_index, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp93 int maxFrameHeight = sProfiles->getVideoEncoderParamByName("enc.vid.height.max", encoder); local
99 (minFrameHeight == -1 || maxFrameHeight == -1)) {
114 minFrameHeight, maxFrameHeight);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp340 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) {
342 portIndex, enable, maxFrameWidth, maxFrameHeight);
338 prepareForAdaptivePlayback( node_id node, OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument
H A DOMXNodeInstance.cpp551 OMX_U32 maxFrameHeight) {
554 portString(portIndex), portIndex, enable, maxFrameWidth, maxFrameHeight);
571 params.nMaxFrameHeight = maxFrameHeight;
575 portString(portIndex), portIndex, enable, maxFrameWidth, maxFrameHeight);
549 prepareForAdaptivePlayback( OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument
/frameworks/av/include/media/
H A DMediaProfiles.h310 int minFrameHeight, int maxFrameHeight,
315 mMinFrameHeight(minFrameHeight), mMaxFrameHeight(maxFrameHeight),
307 VideoEncoderCap(video_encoder codec, int minBitRate, int maxBitRate, int minFrameWidth, int maxFrameWidth, int minFrameHeight, int maxFrameHeight, int minFrameRate, int maxFrameRate) argument
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1354 int maxFrameHeight = mEncoderProfiles->getVideoEncoderParamByName( local
1360 } else if (maxFrameHeight != -1 && mVideoHeight > maxFrameHeight) {
1362 " and will be set to (%d)", mVideoHeight, maxFrameHeight);
1363 mVideoHeight = maxFrameHeight;

Completed in 122 milliseconds