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

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 497 private int mPyramidDepth;
577 mPyramidDepth = Math.max(mMaskWidthExp, mMaskHeightExp);
581 mPyramidDepth = Math.max(widthExp, heightExp);
585 mSubsampleLevel = mPyramidDepth - Math.max(mMaskWidthExp, mMaskHeightExp);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 141 milliseconds