Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
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()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DCropFilter.java99 FrameImage2D sourceFrame; in onProcess() local
112 sourceFrame = mPow2Frame; in onProcess()
115 sourceFrame = inputImage; in onProcess()
121 mShader.process(sourceFrame, outputImage); in onProcess()
/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java1031 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument
1033 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()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java678 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked() argument
680 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()
/frameworks/base/core/java/android/view/
DInsetsState.java325 final Rect sourceFrame = source.getFrame(); in canControlSource() local
326 final int sourceWidth = sourceFrame.width(); in canControlSource()
327 final int sourceHeight = sourceFrame.height(); in canControlSource()