Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp55 mIsAdaptive(false), in SoftVideoDecoderOMXComponent()
188 return max(mIsAdaptive ? mAdaptiveMaxWidth : 0, mWidth); in outputBufferWidth()
192 return max(mIsAdaptive ? mAdaptiveMaxHeight : 0, mHeight); in outputBufferHeight()
221 if ((sizeChanged && !mIsAdaptive) in handlePortSettingsChange()
225 if (mIsAdaptive) { in handlePortSettingsChange()
471 mIsAdaptive = adaptivePlaybackParams->bEnable; in internalSetParameter()
472 if (mIsAdaptive) { in internalSetParameter()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h142 bool mIsAdaptive; member