Home
last modified time | relevance | path

Searched refs:mAdaptiveMaxHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp57 mAdaptiveMaxHeight(0), in SoftVideoDecoderOMXComponent()
192 return max(mIsAdaptive ? mAdaptiveMaxHeight : 0, mHeight); in outputBufferHeight()
223 || height > mAdaptiveMaxHeight in handlePortSettingsChange()
229 if (height > mAdaptiveMaxHeight) { in handlePortSettingsChange()
230 mAdaptiveMaxHeight = height; in handlePortSettingsChange()
474 mAdaptiveMaxHeight = adaptivePlaybackParams->nMaxFrameHeight; in internalSetParameter()
476 mHeight = mAdaptiveMaxHeight; in internalSetParameter()
479 mAdaptiveMaxHeight = 0; in internalSetParameter()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h143 uint32_t mAdaptiveMaxWidth, mAdaptiveMaxHeight; member