OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BiquadDSPKernel
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel.h
36
//
BiquadDSPKernel
is an AudioDSPKernel and is responsible for filtering one channel of a BiquadProcessor using a Biquad object.
38
class
BiquadDSPKernel
: public AudioDSPKernel {
40
explicit
BiquadDSPKernel
(BiquadProcessor* processor)
BiquadDSPKernel.cpp
29
#include "modules/webaudio/
BiquadDSPKernel
.h"
44
void
BiquadDSPKernel
::updateCoefficientsIfNecessary(bool useSmoothing, bool forceUpdate)
114
void
BiquadDSPKernel
::process(const float* source, float* destination, size_t framesToProcess)
120
// Then re-factor this code to only run for the first
BiquadDSPKernel
of each BiquadProcessor.
127
void
BiquadDSPKernel
::getFrequencyResponse(int nFrequencies,
156
double
BiquadDSPKernel
::tailTime() const
161
double
BiquadDSPKernel
::latencyTime() const
BiquadProcessor.cpp
31
#include "modules/webaudio/
BiquadDSPKernel
.h"
65
return adoptPtr(new
BiquadDSPKernel
(this));
72
// The
BiquadDSPKernel
objects rely on this value to see if they need to re-compute their internal filter coefficients.
109
// For each channel of our input, process using the corresponding
BiquadDSPKernel
into the output channel.
131
OwnPtr<
BiquadDSPKernel
> responseKernel = adoptPtr(new
BiquadDSPKernel
(this));
/external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk
199
third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel
.cpp \
modules.target.darwin-mips.mk
199
third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel
.cpp \
modules.target.darwin-x86.mk
199
third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel
.cpp \
modules.target.linux-arm.mk
199
third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel
.cpp \
modules.target.linux-mips.mk
199
third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel
.cpp \
modules.target.linux-x86.mk
199
third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel
.cpp \
Completed in 61 milliseconds