HomeSort by relevance Sort by last modified time
    Searched refs:outFrame (Results 1 - 10 of 10) 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...]
  /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 250 void getWindowFrame(IBinder token, out 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...]
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 502 public void getWindowFrame(IBinder token, Rect outFrame) {

Completed in 951 milliseconds