OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HRTFPanner
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
HRTFPanner.h
34
class
HRTFPanner
: public Panner {
36
explicit
HRTFPanner
(double sampleRate);
37
virtual ~
HRTFPanner
();
Panner.cpp
36
#include "
HRTFPanner
.h"
51
panner = adoptPtr(new
HRTFPanner
(sampleRate));
HRTFPanner.cpp
29
#include "
HRTFPanner
.h"
47
HRTFPanner
::
HRTFPanner
(double sampleRate)
59
HRTFPanner
::~
HRTFPanner
()
63
size_t
HRTFPanner
::fftSizeForSampleRate(double sampleRate)
72
void
HRTFPanner
::reset()
89
int
HRTFPanner
::calculateDesiredAzimuthIndexAndBlend(double azimuth, double& azimuthBlend)
114
void
HRTFPanner
::pan(double desiredAzimuth, double elevation, AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess)
HRTFElevation.cpp
39
#include "
HRTFPanner
.h"
122
const size_t fftSize =
HRTFPanner
::fftSizeForSampleRate(sampleRate);
Completed in 41 milliseconds