Searched defs:EqualPowerPanner (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
H A DEqualPowerPanner.h34 class EqualPowerPanner : public Panner { class in namespace:WebCore
36 EqualPowerPanner(double sampleRate);
H A DEqualPowerPanner.cpp29 #include "EqualPowerPanner.h"
40 EqualPowerPanner::EqualPowerPanner(double sampleRate) function in class:WebCore::EqualPowerPanner
49 void EqualPowerPanner::pan(double azimuth, double /*elevation*/, AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess)

Completed in 55 milliseconds