HomeSort by relevance Sort by last modified time
    Searched defs:Reverb (Results 1 - 4 of 4) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_reverb.c 7 * Contains the implementation of the Reverb effect.
94 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_FATAL, "Failed to allocate Reverb memory\n"); */ }
204 // clear the reverb delay line
211 ///code from the EAS DEMO Reverb
212 //now copy from the new preset into the reverb
245 ///code from the EAS DEMO Reverb
297 Reverb(pReverbData, numSamples, pDst, pSrc);
508 * Reverb
511 * apply reverb to the given signal
525 static EAS_RESULT Reverb(S_REVERB_OBJECT *pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInputBuf (…)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverb.c 7 * Contains the implementation of the Reverb effect.
94 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_FATAL, "Failed to allocate Reverb memory\n"); */ }
204 // clear the reverb delay line
211 ///code from the EAS DEMO Reverb
212 //now copy from the new preset into the reverb
245 ///code from the EAS DEMO Reverb
297 Reverb(pReverbData, numSamples, pDst, pSrc);
508 * Reverb
511 * apply reverb to the given signal
525 static EAS_RESULT Reverb(S_REVERB_OBJECT *pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInputBuf (…)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 7 * Contains the implementation of the Reverb effect.
94 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_FATAL, "Failed to allocate Reverb memory\n"); */ }
204 // clear the reverb delay line
211 ///code from the EAS DEMO Reverb
212 //now copy from the new preset into the reverb
245 ///code from the EAS DEMO Reverb
297 Reverb(pReverbData, numSamples, pDst, pSrc);
508 * Reverb
511 * apply reverb to the given signal
525 static EAS_RESULT Reverb(S_REVERB_OBJECT *pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInputBuf (…)
    [all...]
  /frameworks/base/media/libeffects/testlibs/
EffectReverb.c 26 // effect_interface_t interface implementation for reverb effect
32 // Google auxiliary environmental reverb UUID: 1f0ae2e0-4ef7-11df-bc09-0002a5d5c51b
41 "Aux Environmental Reverb",
45 // Google insert environmental reverb UUID: aa476040-6342-11df-91a4-0002a5d5c51b
53 "Insert Environmental reverb",
57 // Google auxiliary preset reverb UUID: 63909320-53a6-11df-bdbd-0002a5d5c51b
65 "Aux Preset Reverb",
69 // Google insert preset reverb UUID: d93dc6a0-6342-11df-b128-0002a5d5c51b
77 "Insert Preset Reverb",
258 Reverb(pReverb, processedSamples, pDst, pSrc)
    [all...]

Completed in 35 milliseconds