Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java498 private int mSubsampleLevel; field in BackDropperFilter
585 mSubsampleLevel = mPyramidDepth - Math.max(mMaskWidthExp, mMaskHeightExp); in createMemoryFormat()
648 mBgDistProgram.setHostValue("subsample_level", (float)mSubsampleLevel); in allocateFrames()
657 mBgMaskProgram.setHostValue("exp_lrg", (float)(mSubsampleLevel + mHierarchyLrgExp)); in allocateFrames()
658 mBgMaskProgram.setHostValue("exp_mid", (float)(mSubsampleLevel + mHierarchyMidExp)); in allocateFrames()
659 mBgMaskProgram.setHostValue("exp_sml", (float)(mSubsampleLevel + mHierarchySmlExp)); in allocateFrames()
675 mBgUpdateMeanProgram.setHostValue("subsample_level", (float)mSubsampleLevel); in allocateFrames()
678 mBgUpdateVarianceProgram.setHostValue("subsample_level", (float)mSubsampleLevel); in allocateFrames()
903 mBgMaskProgram.setHostValue("exp_lrg", (float)(mSubsampleLevel + mHierarchyLrgExp)); in fieldPortValueUpdated()
905 mBgMaskProgram.setHostValue("exp_mid", (float)(mSubsampleLevel + mHierarchyMidExp)); in fieldPortValueUpdated()
[all …]