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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
Reverb.h 40 // Multi-channel convolution reverb with channel matrixing - one or more ReverbConvolver objects are used internally.
42 class PLATFORM_EXPORT Reverb {
43 WTF_MAKE_NONCOPYABLE(Reverb);
48 Reverb(AudioBus* impulseResponseBuffer, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads, bool normalize);
Reverb.cpp 33 #include "platform/audio/Reverb.h"
92 Reverb::Reverb(AudioBus* impulseResponse, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads, bool normalize)
112 void Reverb::initialize(AudioBus* impulseResponseBuffer, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads)
116 // The reverb can handle a mono impulse response and still do stereo processing
136 void Reverb::process(const AudioBus* sourceBus, AudioBus* destinationBus, size_t framesToProcess)
228 void Reverb::reset()
234 size_t Reverb::latencyFrames() const
  /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/av/media/libeffects/testlibs/
EffectReverb.c 26 // effect_handle_t interface implementation for reverb effect
34 // Google auxiliary environmental reverb UUID: 1f0ae2e0-4ef7-11df-bc09-0002a5d5c51b
43 "Aux Environmental Reverb",
47 // Google insert environmental reverb UUID: aa476040-6342-11df-91a4-0002a5d5c51b
55 "Insert Environmental reverb",
59 // Google auxiliary preset reverb UUID: 63909320-53a6-11df-bdbd-0002a5d5c51b
67 "Aux Preset Reverb",
71 // Google insert preset reverb UUID: d93dc6a0-6342-11df-b128-0002a5d5c51b
79 "Insert Preset Reverb",
181 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x"
    [all...]

Completed in 7515 milliseconds