Home
last modified time | relevance | path

Searched refs:outFrame (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DMotionSensor.java84 FrameValues outFrame = outPort.fetchAvailableFrame(null).asFrameValues(); in onProcess() local
86 outFrame.setValues(mValues); in onProcess()
88 outFrame.setTimestamp(System.currentTimeMillis() * 1000000L); in onProcess()
89 outPort.pushFrame(outFrame); in onProcess()
DNormFilter.java59 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local
60 outFrame.setValue(norm); in onProcess()
61 outPort.pushFrame(outFrame); in onProcess()
DStatsFilter.java104 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local
105 outFrame.setValue(mStats[MEAN_INDEX]); in onProcess()
106 outPort.pushFrame(outFrame); in onProcess()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DMotionSensorWTime.java90 FrameValues outFrame = outPort.fetchAvailableFrame(null).asFrameValues(); in onProcess() local
103 outFrame.setValues(mAvgValues); in onProcess()
105 outFrame.setTimestamp(System.currentTimeMillis() * 1000000L); in onProcess()
106 outPort.pushFrame(outFrame); in onProcess()
DAverageFilter.java68 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local
69 outFrame.setValue(output); in onProcess()
70 outPort.pushFrame(outFrame); in onProcess()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl96 int flags, out Rect outFrame, out Rect outOverscanInsets, in relayout() argument
124 long deferTransactionUntilFrame, out Rect outFrame); in repositionChild() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java198 long deferTransactionUntilFrame, Rect outFrame) { in repositionChild() argument
200 deferTransactionUntilFrame, outFrame); in repositionChild()
210 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayout() argument
217 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets, in relayout()
DWindowManagerService.java2699 long frameNumber, Rect outFrame) { in repositionChild() argument
2747 outFrame = win.mCompatFrame; in repositionChild()
2758 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow() argument
2978 outFrame.set(win.mCompatFrame); in relayoutWindow()
2990 + "\nRelayout returning frame=" + outFrame in relayoutWindow()
3001 … Slog.v(TAG_WM, "Relayout complete " + win + ": outFrame=" + outFrame.toShortString()); in relayoutWindow()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java669 private void getMagnifiedFrameInContentCoordsLocked(Rect outFrame) { in getMagnifiedFrameInContentCoordsLocked() argument
673 getMagnificationBounds(outFrame); in getMagnifiedFrameInContentCoordsLocked()
674 outFrame.offset((int) -offsetX, (int) -offsetY); in getMagnifiedFrameInContentCoordsLocked()
675 outFrame.scale(1.0f / scale); in getMagnifiedFrameInContentCoordsLocked()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java100 long deferTransactionUntilFrame, Rect outFrame) { in repositionChild() argument