Searched refs:maskHeight (Results 1 – 1 of 1) sorted by relevance
574 int maskHeight = (int)Math.pow(2, mMaskHeightExp); in createMemoryFormat() local575 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()