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

  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 55 mIsAdaptive(false),
185 return max(mIsAdaptive ? mAdaptiveMaxWidth : 0, mWidth);
189 return max(mIsAdaptive ? mAdaptiveMaxHeight : 0, mHeight);
212 if ((sizeChanged && !mIsAdaptive)
215 if (mIsAdaptive) {
458 mIsAdaptive = adaptivePlaybackParams->bEnable;
459 if (mIsAdaptive) {
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
SoftVideoDecoderOMXComponent.h 128 bool mIsAdaptive;

Completed in 1505 milliseconds