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

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 215 private MutableFrameFormat mMaskFormat;
572 mMaskFormat = inputFormat.mutableCopy();
575 mMaskFormat.setDimensions(maskWidth, maskHeight);
578 mMemoryFormat = mMaskFormat.mutableCopy();
614 int numBytes = mMaskFormat.getSize();
626 mBgMean[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat);
629 mBgVariance[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat);
632 mMaskVerify[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat);
639 mDistance = (GLFrame)context.getFrameManager().newFrame(mMaskFormat);
640 mMask = (GLFrame)context.getFrameManager().newFrame(mMaskFormat);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 34 milliseconds