Searched refs:maxFrameHeight (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/java/android/media/
H A DEncoderCapabilities.java57 int minFrameHeight, int maxFrameHeight) {
66 mMaxFrameHeight = maxFrameHeight;
53 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.cpp74 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight);
277 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) {
279 node, port_index, enable, maxFrameWidth, maxFrameHeight);
275 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/include/media/
H A DMediaProfiles.h299 int minFrameHeight, int maxFrameHeight,
304 mMinFrameHeight(minFrameHeight), mMaxFrameHeight(maxFrameHeight),
296 VideoEncoderCap(video_encoder codec, int minBitRate, int maxBitRate, int minFrameWidth, int maxFrameWidth, int minFrameHeight, int maxFrameHeight, int minFrameRate, int maxFrameRate) argument
H A DIOMX.h88 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) = 0;
/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h63 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1240 int maxFrameHeight = mEncoderProfiles->getVideoEncoderParamByName( local
1246 } else if (maxFrameHeight != -1 && mVideoHeight > maxFrameHeight) {
1248 " and will be set to (%d)", mVideoHeight, maxFrameHeight);
1249 mVideoHeight = maxFrameHeight;
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp336 OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) {
338 portIndex, enable, maxFrameWidth, maxFrameHeight);
334 prepareForAdaptivePlayback( node_id node, OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument
H A DOMXNodeInstance.cpp422 OMX_U32 maxFrameHeight) {
445 params.nMaxFrameHeight = maxFrameHeight;
420 prepareForAdaptivePlayback( OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument

Completed in 1770 milliseconds