Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp55 mIsAdaptive(false), in GoldfishVideoDecoderOMXComponent()
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()
DGoldfishVideoDecoderOMXComponent.h142 bool mIsAdaptive; member