HomeSort by relevance Sort by last modified time
    Searched refs:mAdaptiveMaxHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 57 mAdaptiveMaxHeight(0),
189 return max(mIsAdaptive ? mAdaptiveMaxHeight : 0, mHeight);
214 || height > mAdaptiveMaxHeight) {
219 if (height > mAdaptiveMaxHeight) {
220 mAdaptiveMaxHeight = height;
461 mAdaptiveMaxHeight = adaptivePlaybackParams->nMaxFrameHeight;
463 mHeight = mAdaptiveMaxHeight;
466 mAdaptiveMaxHeight = 0;
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
SoftVideoDecoderOMXComponent.h 129 uint32_t mAdaptiveMaxWidth, mAdaptiveMaxHeight;

Completed in 224 milliseconds