Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp57 mAdaptiveMaxHeight(0), in GoldfishVideoDecoderOMXComponent()
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()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DGoldfishVideoDecoderOMXComponent.h143 uint32_t mAdaptiveMaxWidth, mAdaptiveMaxHeight; member