Searched defs:outFrame (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | AverageFilter.java | 68 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local
|
H A D | MotionSensorWTime.java | 90 FrameValues outFrame = outPort.fetchAvailableFrame(null).asFrameValues(); in onProcess() local
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | NormFilter.java | 59 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local
|
H A D | MotionSensor.java | 84 FrameValues outFrame = outPort.fetchAvailableFrame(null).asFrameValues(); in onProcess() local
|
H A D | StatsFilter.java | 104 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowLayout.java | 76 final Rect outFrame = frames.frame; in computeFrames() local
|
H A D | ViewRootImpl.java | 8653 void getDisplayFrame(Rect outFrame) { in getDisplayFrame() 8664 void getWindowVisibleDisplayFrame(Rect outFrame) { in getWindowVisibleDisplayFrame()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayContentTests.java | 1622 final Rect outFrame = new Rect(); in testApplyTopFixedRotationTransform() local 1628 assertEquals(mDisplayContent.getBounds(), outFrame); in testApplyTopFixedRotationTransform() local
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationController.java | 494 void getMagnifiedFrameInContentCoordsLocked(Rect outFrame) { in getMagnifiedFrameInContentCoordsLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Task.java | 2770 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames()
|
H A D | WindowContainer.java | 3721 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames()
|
H A D | WindowState.java | 5623 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames()
|