Searched refs:getFrameManager (Results 1 – 25 of 58) sorted by relevance
123
128 if (frame.getFrameManager() != null in checkFrameManager()129 && frame.getFrameManager() != context.getFrameManager()) { in checkFrameManager()
628 mBgMean[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()631 mBgVariance[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()634 mMaskVerify[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()641 mDistance = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()642 mMask = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()643 mAutoWB = (GLFrame)context.getFrameManager().newFrame(mAverageFormat); in allocateFrames()644 mVideoInput = (GLFrame)context.getFrameManager().newFrame(mMemoryFormat); in allocateFrames()645 mBgInput = (GLFrame)context.getFrameManager().newFrame(mMemoryFormat); in allocateFrames()646 mMaskAverage = (GLFrame)context.getFrameManager().newFrame(mAverageFormat); in allocateFrames()804 Frame output = context.getFrameManager().newFrame(video.getFormat()); in process()[all …]
215 mDensityFrame = context.getFrameManager().newFrame(densityFormat); in prepare()259 Frame output = context.getFrameManager().newFrame(inputFormat); in process()306 mHistFrame = context.getFrameManager().newFrame(shaderHistFormat); in createHistogramFrame()
107 Frame output = context.getFrameManager().newFrame(inputFormat); in process()138 Frame frame = context.getFrameManager().newFrame(format); in createBitmapFrame()
101 Frame output = env.getFrameManager().newFrame(outputFormat); in process()105 GLFrame mipmapped = (GLFrame)env.getFrameManager().newFrame(input.getFormat()); in process()
130 Frame temp = context.getFrameManager().newFrame(tempFrameFormat); in process()134 Frame output = context.getFrameManager().newFrame(outputFormat); in process()
168 Frame noiseFrame = context.getFrameManager().newFrame(inputFormat); in process()171 Frame output = context.getFrameManager().newFrame(inputFormat); in process()
124 Frame output = context.getFrameManager().newFrame(inputFormat); in process()177 mRedEyeFrame = context.getFrameManager().newFrame(format); in createRedEyeFrame()
86 Frame output = context.getFrameManager().newFrame(inputFormat); in process()
89 Frame output = context.getFrameManager().newFrame(inputFormat); in process()
87 Frame output = context.getFrameManager().newFrame(inputFormat); in process()
80 Frame output = env.getFrameManager().newFrame(sourceFrame.getFormat()); in process()
137 mScreen = (GLFrame)context.getFrameManager().newBoundFrame(screenFormat, in prepare()170 gpuFrame = context.getFrameManager().duplicateFrameToTarget(input, in process()
132 mScreen = (GLFrame)context.getFrameManager().newBoundFrame(screenFormat, in prepare()178 gpuFrame = context.getFrameManager().duplicateFrameToTarget(input, in process()
171 mMediaFrame = (GLFrame)context.getFrameManager().newBoundFrame(mOutputFormat, in prepare()227 Frame output = context.getFrameManager().newFrame(mOutputFormat); in process()
49 Frame output = env.getFrameManager().newFrame(mOutputFormat); in process()
51 Frame output = env.getFrameManager().newFrame(mOutputFormat); in process()
58 Frame output = env.getFrameManager().newFrame(mOutputFormat); in process()
58 …Frame frame = context.getFrameManager().newBoundFrame(format, GLFrame.EXISTING_TEXTURE_BINDING, mT… in process()
67 Frame output = context.getFrameManager().duplicateFrameToTarget(input, mTarget); in process()
64 mFrame = context.getFrameManager().newFrame(outputFormat); in process()
84 mFrame = context.getFrameManager().newBoundFrame(outputFormat, in process()
84 Frame output = context.getFrameManager().newFrame(mOutputFormat); in process()
89 FrameManager manager = getFilterContext().getFrameManager(); in frameFromTexture()
94 Frame throughputFrame = context.getFrameManager().newFrame(mOutputFormat); in process()