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