Home
last modified time | relevance | path

Searched refs:pyramidLevel (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()
580 int heightExp = Math.max(mMaskHeightExp, pyramidLevel(inputFormat.getHeight())); in createMemoryFormat()
994 private int pyramidLevel(int size) { in pyramidLevel() method in BackDropperFilter