Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java573 int maskWidth = (int)Math.pow(2, mMaskWidthExp); in createMemoryFormat() local
575 mMaskFormat.setDimensions(maskWidth, maskHeight); in createMemoryFormat()
582 int memWidth = Math.max(maskWidth, (int)Math.pow(2, widthExp)); in createMemoryFormat()
588 Log.v(TAG, "Mask frames size " + maskWidth + " x " + maskHeight); in createMemoryFormat()