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()
1031 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument1033 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked()1034 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked()1051 final int sourceHCenter = sourceFrame.left + sourceFrame.width() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()1052 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
678 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument680 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked()681 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked()698 final int sourceHCenter = sourceFrame.left + sourceFrame.width() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()699 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
325 final Rect sourceFrame = source.getFrame(); in canControlSource() local326 final int sourceWidth = sourceFrame.width(); in canControlSource()327 final int sourceHeight = sourceFrame.height(); in canControlSource()