OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EqualPowerPanner
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
EqualPowerPanner.h
34
class
EqualPowerPanner
: public Panner {
36
EqualPowerPanner
(double sampleRate);
Panner.cpp
35
#include "
EqualPowerPanner
.h"
47
panner = adoptPtr(new
EqualPowerPanner
(sampleRate));
EqualPowerPanner.cpp
29
#include "
EqualPowerPanner
.h"
40
EqualPowerPanner
::
EqualPowerPanner
(double sampleRate)
49
void
EqualPowerPanner
::pan(double azimuth, double /*elevation*/, AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess)
Completed in 56 milliseconds