Searched defs:outFrame (Results 1 – 12 of 12) sorted by relevance
/aosp12/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
|
/aosp12/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
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayContentTests.java | 1364 final Rect outFrame = new Rect(); in testApplyTopFixedRotationTransform() local 1370 assertEquals(mDisplayContent.getBounds(), outFrame); in testApplyTopFixedRotationTransform() local
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationController.java | 436 void getMagnifiedFrameInContentCoordsLocked(Rect outFrame) { in getMagnifiedFrameInContentCoordsLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowState.java | 1482 void getCompatFrameSize(Rect outFrame) { in getCompatFrameSize() 6047 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames()
|
H A D | Task.java | 2771 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames()
|
H A D | WindowContainer.java | 3185 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames()
|
H A D | ActivityRecord.java | 9337 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewRootImpl.java | 8011 void getDisplayFrame(Rect outFrame) { in getDisplayFrame() 8019 void getWindowVisibleDisplayFrame(Rect outFrame) { in getWindowVisibleDisplayFrame()
|