HomeSort by relevance Sort by last modified time
    Searched refs:outFrame (Results 1 - 8 of 8) 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/core/java/android/view/
IWindowSession.aidl 64 * @param outFrame Rect in which is placed the new position/size on
67 * <var>outFrame</var> in which the content of the window should be
72 * <var>outFrame</var> in which the window is actually completely visible
87 int flags, out Rect outFrame,
  /external/libyuv/files/source/
convert.cc 620 uint8* outFrame = dst_frame;
623 outFrame += dst_stride_frame * (height - 1) * 4;
627 outFrame[0 + offset] = inFrame[0];
628 outFrame[1 + offset] = inFrame[1];
629 outFrame[2 + offset] = inFrame[2];
630 outFrame[3 + offset] = 0xff;
633 outFrame -= 4 * (dst_stride_frame - width);
  /frameworks/base/services/java/com/android/server/wm/
Session.java 184 int flags, Rect outFrame, Rect outContentInsets,
190 outFrame, outContentInsets, outVisibleInsets,
WindowManagerService.java     [all...]

Completed in 339 milliseconds