Home
last modified time | relevance | path

Searched refs:mMaskFormat (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java215 private MutableFrameFormat mMaskFormat; field in BackDropperFilter
572 mMaskFormat = inputFormat.mutableCopy(); in createMemoryFormat()
575 mMaskFormat.setDimensions(maskWidth, maskHeight); in createMemoryFormat()
578 mMemoryFormat = mMaskFormat.mutableCopy(); in createMemoryFormat()
614 int numBytes = mMaskFormat.getSize(); in allocateFrames()
626 mBgMean[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()
629 mBgVariance[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()
632 mMaskVerify[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()
639 mDistance = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()
640 mMask = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()