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

  /external/webrtc/src/modules/audio_processing/ns/
noise_suppression.c 62 short* outframe, short* outframe_H) {
64 (NSinst_t*) NS_inst, spframe, spframe_H, outframe, outframe_H);
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/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 42 private final List<OutFrame> outFrames = new ArrayList<OutFrame>();
54 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), Integer.MAX_VALUE));
64 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), truncateToLength));
99 Iterator<OutFrame> outFramesIterator = outFrames.iterator();
101 OutFrame nextOutFrame = null;
149 private static class OutFrame {
154 private OutFrame(int sequence, int start, int truncateToLength) {
  /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);
  /external/webrtc/src/modules/audio_processing/ns/interface/
noise_suppression.h 108 * - outframe : Pointer to output frame for L band
117 short* outframe,
noise_suppression_x.h 107 * - outFrame : Pointer to output frame for L band
116 short* outFrame,
  /external/srec/srec/clib/
cnorm_tr.c 61 imeldata *outframe, imeldata *frame,
68 ASSERT(outframe);
71 outframe[ii] = MAKEBYTE(frame[ii] + channorm->imelda_adjust[ii]);
  /external/srec/srec/include/
channorm.h 51 imeldata *outframe,
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /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 304 milliseconds