HomeSort by relevance Sort by last modified time
    Searched full:panner (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/platform/audio/
Panner.cpp 33 #include "Panner.h"
41 PassOwnPtr<Panner> Panner::create(PanningModel model, double sampleRate)
43 OwnPtr<Panner> panner; local
47 panner = adoptPtr(new EqualPowerPanner(sampleRate));
51 panner = adoptPtr(new HRTFPanner(sampleRate));
61 return panner.release();
Panner.h 40 class Panner {
50 static PassOwnPtr<Panner> create(PanningModel model, double sampleRate);
52 virtual ~Panner() { };
61 Panner(PanningModel model) : m_panningModel(model) { }
EqualPowerPanner.h 28 #include "Panner.h"
32 // Common type of stereo panner as found in normal audio mixing equipment.
34 class EqualPowerPanner : public Panner {
HRTFPanner.h 30 #include "Panner.h"
34 class HRTFPanner : public Panner {
39 // Panner
EqualPowerPanner.cpp 41 : Panner(PanningModelEqualPower)
HRTFPanner.cpp 48 : Panner(PanningModelHRTF)
138 // IRCAM HRTF azimuths values from the loaded database is reversed from the panner's notion of azimuth.
HRTFElevation.cpp 121 // Note that depending on the fftSize returned by the panner, we may be truncating the impulse response we just loaded in.
  /external/webkit/Source/WebCore/webaudio/
AudioPannerNode.cpp 51 , m_panningModel(Panner::PanningModelHRTF)
134 m_panner = Panner::create(m_panningModel, sampleRate());
156 OwnPtr<Panner> newPanner = Panner::create(model, sampleRate());
AudioBufferSourceNode.h 80 // If a panner node is set, then we can incorporate doppler shift into the playback pitch rate.
122 // It incorporates the base pitch rate, any sample-rate conversion factor from the buffer, and any doppler shift from an associated panner node.
131 // We optionally keep track of a panner node which has a doppler shift that is incorporated into the pitch rate.
AudioPannerNode.h 35 #include "Panner.h"
49 // These must be defined as in the .idl file and must match those in the Panner class.
129 OwnPtr<Panner> m_panner;
  /external/sonivox/arm-fm-22k/lib_src/
eas_mixer.c 54 /* need to boost stereo by ~3dB to compensate for the panner */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_mixer.c 54 /* need to boost stereo by ~3dB to compensate for the panner */
  /external/sonivox/arm-wt-22k/lib_src/
eas_mixer.c 54 /* need to boost stereo by ~3dB to compensate for the panner */
  /external/webkit/Source/WebCore/
WebCore.gypi     [all...]
ChangeLog     [all...]

Completed in 301 milliseconds