Searched refs:bassBoost (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
H A DHRTFKernel.h54 static PassRefPtr<HRTFKernel> create(AudioChannel* channel, size_t fftSize, double sampleRate, bool bassBoost) argument
56 return adoptRef(new HRTFKernel(channel, fftSize, sampleRate, bassBoost));
80 HRTFKernel(AudioChannel* channel, size_t fftSize, double sampleRate, bool bassBoost);
H A DHRTFKernel.cpp68 HRTFKernel::HRTFKernel(AudioChannel* channel, size_t fftSize, double sampleRate, bool bassBoost) argument
80 if (bassBoost) {
83 // then this code path can be removed along with the bassBoost parameter.

Completed in 124 milliseconds