Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp56 mAdaptiveMaxWidth(0), in SoftVideoDecoderOMXComponent()
188 return max(mIsAdaptive ? mAdaptiveMaxWidth : 0, mWidth); in outputBufferWidth()
222 || width > mAdaptiveMaxWidth in handlePortSettingsChange()
226 if (width > mAdaptiveMaxWidth) { in handlePortSettingsChange()
227 mAdaptiveMaxWidth = width; in handlePortSettingsChange()
473 mAdaptiveMaxWidth = adaptivePlaybackParams->nMaxFrameWidth; in internalSetParameter()
475 mWidth = mAdaptiveMaxWidth; in internalSetParameter()
478 mAdaptiveMaxWidth = 0; in internalSetParameter()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h143 uint32_t mAdaptiveMaxWidth, mAdaptiveMaxHeight; member