Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java574 int maskHeight = (int)Math.pow(2, mMaskHeightExp); in createMemoryFormat() local
575 mMaskFormat.setDimensions(maskWidth, maskHeight); in createMemoryFormat()
583 int memHeight = Math.max(maskHeight, (int)Math.pow(2, heightExp)); in createMemoryFormat()
588 Log.v(TAG, "Mask frames size " + maskWidth + " x " + maskHeight); in createMemoryFormat()