HomeSort by relevance Sort by last modified time
    Searched defs:Delay (Results 1 - 2 of 2) 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;

Completed in 565 milliseconds