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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFPanner.cpp29 #include "platform/audio/HRTFPanner.h"
47 HRTFPanner::HRTFPanner(float sampleRate, HRTFDatabaseLoader* databaseLoader) function in class:blink::HRTFPanner
72 HRTFPanner::~HRTFPanner()
76 size_t HRTFPanner::fftSizeForSampleRate(float sampleRate)
95 void HRTFPanner::reset()
105 int HRTFPanner::calculateDesiredAzimuthIndexAndBlend(double azimuth, double& azimuthBlend)
130 void HRTFPanner::pan(double desiredAzimuth, double elevation, const AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess)
305 double HRTFPanner
[all...]

Completed in 102 milliseconds