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

  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_ReverbGenerator.c 37 /* Initialises the reverb module. The delay buffer size is configured for the */
41 /* control parameters has changed. In this case the delay and filters are only */
55 /* 1. In the delay settings 'Samples' is the number of samples to the end of the */
65 LVM_UINT16 Delay;
75 * Initialise the delay and filters if:
83 * Setup the delay
85 Delay = (LVM_UINT16)LVCS_StereoDelayCS[(LVM_UINT16)pParams->SampleRate];
88 pConfig->DelaySize = (LVM_INT16)(2 * Delay);
155 /* -->| LPF |-->| Delay |-->| to | ____ | to |-->| Gain |-->| + |--> */
162 /* The input buffer is broken in to sub-blocks of the size of the delay or less. *
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_OvrHalCmd.h 77 uint32_t Delay;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddkbd.h 97 USHORT Delay;
ipxrtdef.h 176 ULONG Delay;
tdi.h 218 LARGE_INTEGER Delay;
winsvc.h 119 DWORD Delay;
ksmedia.h     [all...]
  /external/v8/test/mjsunit/es6/regress/
regress-cr372788.js 42 // Delay check until all handlers have run.
  /external/ppp/pppd/plugins/radius/etc/
dictionary 76 ATTRIBUTE Acct-Delay-Time 41 integer
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
storport.h 212 IN ULONG Delay);
srb.h 693 IN ULONG Delay);
  /ndk/
ndk-gdb.py 115 # Delay in seconds between launching the activity and attaching gdbserver on it.
119 DELAY = 2.0
134 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL
168 parser.add_argument( '--delay',
169 help='Delay in seconds between activity start and gdbserver attach',
170 type=float, default=DELAY,
171 dest='delay')
288 if args.delay != None:
289 DELAY = args.delay
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/mocha/
mocha.js 977 context.run = mocha.options.delay && common.runWithSuite(suite);
1070 * This is only present if flag --delay is passed into Mocha. It triggers
1239 context.run = mocha.options.delay && common.runWithSuite(suite);
1337 context.run = mocha.options.delay && common.runWithSuite(suite);
    [all...]

Completed in 763 milliseconds