Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java579 int widthExp = Math.max(mMaskWidthExp, pyramidLevel(inputFormat.getWidth())); in createMemoryFormat() local
581 mPyramidDepth = Math.max(widthExp, heightExp); in createMemoryFormat()
582 int memWidth = Math.max(maskWidth, (int)Math.pow(2, widthExp)); in createMemoryFormat()
589 Log.v(TAG, "Pyramid levels " + widthExp + " x " + heightExp); in createMemoryFormat()