Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java497 private int mPyramidDepth; field in BackDropperFilter
577 mPyramidDepth = Math.max(mMaskWidthExp, mMaskHeightExp); in createMemoryFormat()
581 mPyramidDepth = Math.max(widthExp, heightExp); in createMemoryFormat()
585 mSubsampleLevel = mPyramidDepth - Math.max(mMaskWidthExp, mMaskHeightExp); in createMemoryFormat()
683 mAutomaticWhiteBalanceProgram.setHostValue("pyramid_depth", (float)mPyramidDepth); in allocateFrames()