Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/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()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java691 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument
693 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()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java1047 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument
1049 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()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsState.java341 final Rect sourceFrame = source.getFrame(); in canControlSource() local
342 final int sourceWidth = sourceFrame.width(); in canControlSource()
343 final int sourceHeight = sourceFrame.height(); in canControlSource()