Searched refs:Reverb (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DReverb.h42 class PLATFORM_EXPORT Reverb { class in namespace:blink
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:blink::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/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DConvolverNode.h37 class Reverb;
70 OwnPtr<Reverb> m_reverb;
H A DConvolverNode.cpp33 #include "platform/audio/Reverb.h"
44 // But, the Reverb object is multi-threaded, so we want this as high as possible without losing too much accuracy.
135 // The current implementation supports up to four channel impulse responses, which are interpreted as true-stereo (see Reverb class).
142 // This memory is simply used in the Reverb constructor and no reference to it is kept for later use in that class.
151 OwnPtr<Reverb> reverb = adoptPtr(new Reverb(bufferBus.get(), AudioNode::ProcessingSizeInFrames, MaxFFTSize, 2, useBackgroundThreads, m_normalize));
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_reverbdata.h7 * Contains the prototypes for the Reverb effect.
433 * Reverb
450 static EAS_RESULT Reverb(S_REVERB_OBJECT* pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInputBuffer);
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_reverbdata.h7 * Contains the prototypes for the Reverb effect.
433 * Reverb
450 static EAS_RESULT Reverb(S_REVERB_OBJECT* pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInputBuffer);
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_reverbdata.h7 * Contains the prototypes for the Reverb effect.
433 * Reverb
450 static EAS_RESULT Reverb(S_REVERB_OBJECT* pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInputBuffer);
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/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk128 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.darwin-arm64.mk127 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.darwin-mips.mk127 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.darwin-mips64.mk127 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.darwin-x86.mk127 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.darwin-x86_64.mk127 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.linux-arm.mk128 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.linux-arm64.mk127 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.linux-mips.mk127 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.linux-mips64.mk127 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.linux-x86.mk127 third_party/WebKit/Source/platform/audio/Reverb.cpp \
H A Dblink_platform.target.linux-x86_64.mk127 third_party/WebKit/Source/platform/audio/Reverb.cpp \

Completed in 221 milliseconds