Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java214 private MutableFrameFormat mMemoryFormat; field in BackDropperFilter
563 if (mMemoryFormat != null) { in createMemoryFormat()
578 mMemoryFormat = mMaskFormat.mutableCopy(); in createMemoryFormat()
584 mMemoryFormat.setDimensions(memWidth, memHeight); in createMemoryFormat()
642 mVideoInput = (GLFrame)context.getFrameManager().newFrame(mMemoryFormat); in allocateFrames()
643 mBgInput = (GLFrame)context.getFrameManager().newFrame(mMemoryFormat); in allocateFrames()
689 if (mLogVerbose) Log.v(TAG, "Shader width set to " + mMemoryFormat.getWidth()); in allocateFrames()
834 Frame dbg2 = context.getFrameManager().newFrame(mMemoryFormat); in process()
863 if (mMemoryFormat == null) { in close()
880 mMemoryFormat = null; in close()