Searched refs:mAdaptiveMaxHeight (Results 1 – 2 of 2) sorted by relevance
57 mAdaptiveMaxHeight(0), in SoftVideoDecoderOMXComponent()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()
143 uint32_t mAdaptiveMaxWidth, mAdaptiveMaxHeight; member