Searched refs:sourceFrame (Results 1 – 5 of 5) 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()
691 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument693 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked()694 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked()711 final int sourceHCenter = sourceFrame.left + sourceFrame.width() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()712 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
1047 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument1049 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked()1050 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked()1067 final int sourceHCenter = sourceFrame.left + sourceFrame.width() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()1068 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
341 final Rect sourceFrame = source.getFrame(); in canControlSource() local342 final int sourceWidth = sourceFrame.width(); in canControlSource()343 final int sourceHeight = sourceFrame.height(); in canControlSource()