Searched refs:mIsAdaptive (Results 1 – 2 of 2) sorted by relevance
55 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()
142 bool mIsAdaptive; member