Searched refs:mPyramidDepth (Results 1 – 1 of 1) sorted by relevance
497 private int mPyramidDepth; field in BackDropperFilter577 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()