Searched refs:mBgMean (Results 1 – 1 of 1) sorted by relevance
480 private GLFrame mBgMean[]; field in BackDropperFilter601 mBgMean = new GLFrame[2]; in prepare()626 mBgMean[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()627 mBgMean[i].setData(initialBgMean, 0, numBytes); in allocateFrames()736 copyShaderProgram.process(mVideoInput, mBgMean[inputIndex]); in process()741 Frame[] distInputs = { mVideoInput, mBgMean[inputIndex], mBgVariance[inputIndex] }; in process()812 Frame[] meanUpdateInputs = { mVideoInput, mBgMean[inputIndex], mMask }; in process()813 mBgUpdateMeanProgram.process(meanUpdateInputs, mBgMean[outputIndex]); in process()814 mBgMean[outputIndex].generateMipMap(); in process()815 mBgMean[outputIndex].setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()[all …]