Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDrawOverlayFilter.java63 Frame sourceFrame = pullInput("source"); in process() local
74 Frame output = env.getFrameManager().newFrame(sourceFrame.getFormat()); in process()
75 output.setDataFromFrame(sourceFrame); in process()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCropFilter.java99 FrameImage2D sourceFrame; in onProcess() local
112 sourceFrame = mPow2Frame; in onProcess()
115 sourceFrame = inputImage; in onProcess()
121 mShader.process(sourceFrame, outputImage); in onProcess()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java974 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument
976 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked()
977 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked()
994 final int sourceHCenter = sourceFrame.left + sourceFrame.width() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
995 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java727 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument
729 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked()
730 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked()
747 final int sourceHCenter = sourceFrame.left + sourceFrame.width() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
748 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()