Searched refs:sourceFrame (Results 1 – 4 of 4) sorted by relevance
63 Frame sourceFrame = pullInput("source"); in process() local74 Frame output = env.getFrameManager().newFrame(sourceFrame.getFormat()); in process()75 output.setDataFromFrame(sourceFrame); in process()
99 FrameImage2D sourceFrame; in onProcess() local112 sourceFrame = mPow2Frame; in onProcess()115 sourceFrame = inputImage; in onProcess()121 mShader.process(sourceFrame, outputImage); in onProcess()
770 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument772 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked()773 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked()790 final int sourceHCenter = sourceFrame.left + sourceFrame.width() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()791 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
875 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument877 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked()878 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked()895 final int sourceHCenter = sourceFrame.left + sourceFrame.width() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()896 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()