Searched refs:outFrame (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | MotionSensor.java | 84 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()
|
D | NormFilter.java | 59 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local 60 outFrame.setValue(norm); in onProcess() 61 outPort.pushFrame(outFrame); in onProcess()
|
D | StatsFilter.java | 104 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/ |
D | MotionSensorWTime.java | 90 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()
|
D | AverageFilter.java | 68 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/ |
D | IWindowSession.aidl | 96 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/ |
D | Session.java | 198 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()
|
D | WindowManagerService.java | 2699 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/ |
D | MagnificationController.java | 669 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/ |
D | BridgeWindowSession.java | 100 long deferTransactionUntilFrame, Rect outFrame) { in repositionChild() argument
|