HomeSort by relevance Sort by last modified time
    Searched refs:outFrame (Results 1 - 15 of 15) sorted by null

  /external/webrtc/src/modules/audio_processing/ns/interface/
noise_suppression_x.h 107 * - outFrame : Pointer to output frame for L band
116 short* outFrame,
  /external/webrtc/src/modules/audio_processing/ns/
noise_suppression_x.c 60 short* speechFrameHB, short* outFrame,
63 (NsxInst_t*)nsxInst, speechFrame, speechFrameHB, outFrame, outFrameHB);
nsx_core.c     [all...]
ns_core.c 720 short* outFrame,
843 outFrame[i] = (short)dTmp;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MotionSensor.java 84 FrameValues outFrame = outPort.fetchAvailableFrame(null).asFrameValues();
86 outFrame.setValues(mValues);
88 outFrame.setTimestamp(System.currentTimeMillis() * 1000000L);
89 outPort.pushFrame(outFrame);
NormFilter.java 59 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue();
60 outFrame.setValue(norm);
61 outPort.pushFrame(outFrame);
StatsFilter.java 104 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue();
105 outFrame.setValue(mStats[MEAN_INDEX]);
106 outPort.pushFrame(outFrame);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
AverageFilter.java 68 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue();
69 outFrame.setValue(output);
70 outPort.pushFrame(outFrame);
MotionSensorWTime.java 90 FrameValues outFrame = outPort.fetchAvailableFrame(null).asFrameValues();
103 outFrame.setValues(mAvgValues);
105 outFrame.setTimestamp(System.currentTimeMillis() * 1000000L);
106 outPort.pushFrame(outFrame);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 65 * @param outFrame Rect in which is placed the new position/size on
68 * <var>outFrame</var> in which the content of the window are inside
71 * <var>outFrame</var> in which the content of the window should be
76 * <var>outFrame</var> in which the window is actually completely visible
91 int flags, out Rect outFrame, out Rect outOverscanInsets,
IWindowManager.aidl 246 void getWindowFrame(IBinder token, out Rect outFrame);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 472 public void getWindowFrame(IBinder token, Rect outFrame) {
  /frameworks/base/services/java/com/android/server/wm/
Session.java 186 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
192 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets,
WindowManagerService.java     [all...]

Completed in 8244 milliseconds