Searched defs:Reverb (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DReverb.h42 class PLATFORM_EXPORT Reverb { class in namespace:WebCore
43 WTF_MAKE_NONCOPYABLE(Reverb);
48 Reverb(AudioBus* impulseResponseBuffer, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads, bool normalize);
H A DReverb.cpp33 #include "platform/audio/Reverb.h"
92 Reverb::Reverb(AudioBus* impulseResponse, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads, bool normalize) function in class:WebCore::Reverb
112 void Reverb::initialize(AudioBus* impulseResponseBuffer, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads)
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/
H A Deas_reverb.c7 * Contains the implementation of the Reverb effect.
94 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_FATAL, "Failed to allocate Reverb memory\n"); */ }
211 ///code from the EAS DEMO Reverb
245 ///code from the EAS DEMO Reverb
297 Reverb(pReverbData, numSamples, pDst, pSrc);
508 * Reverb
525 static EAS_RESULT Reverb(S_REVERB_OBJECT *pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInputBuffer) function
773 } /* end Reverb */
781 * Initializes the Reverb effect.
805 * Get a Reverb paramete
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_reverb.c7 * Contains the implementation of the Reverb effect.
94 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_FATAL, "Failed to allocate Reverb memory\n"); */ }
211 ///code from the EAS DEMO Reverb
245 ///code from the EAS DEMO Reverb
297 Reverb(pReverbData, numSamples, pDst, pSrc);
508 * Reverb
525 static EAS_RESULT Reverb(S_REVERB_OBJECT *pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInputBuffer) function
773 } /* end Reverb */
781 * Initializes the Reverb effect.
805 * Get a Reverb paramete
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_reverb.c7 * Contains the implementation of the Reverb effect.
94 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_FATAL, "Failed to allocate Reverb memory\n"); */ }
211 ///code from the EAS DEMO Reverb
245 ///code from the EAS DEMO Reverb
297 Reverb(pReverbData, numSamples, pDst, pSrc);
508 * Reverb
525 static EAS_RESULT Reverb(S_REVERB_OBJECT *pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInputBuffer) function
773 } /* end Reverb */
781 * Initializes the Reverb effect.
805 * Get a Reverb paramete
[all...]

Completed in 122 milliseconds