webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <HRTFKernel.h>
Public Member Functions | |
FFTFrame * | fftFrame () |
size_t | fftSize () const |
float | frameDelay () const |
float | sampleRate () const |
double | nyquist () const |
std::unique_ptr< AudioChannel > | createImpulseResponse () |
Public Member Functions inherited from WTF::RefCounted< HRTFKernel > | |
void | deref () const |
void | deref () const |
void | deref () const |
Public Member Functions inherited from WTF::RefCountedBase | |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
Static Public Member Functions | |
static PassRefPtr< HRTFKernel > | create (AudioChannel *channel, size_t fftSize, float sampleRate) |
static PassRefPtr< HRTFKernel > | create (std::unique_ptr< FFTFrame > fftFrame, float frameDelay, float sampleRate) |
static PassRefPtr< HRTFKernel > | createInterpolatedKernel (HRTFKernel *kernel1, HRTFKernel *kernel2, float x) |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< HRTFKernel > | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
|
inlinestatic |
|
inlinestatic |
std::unique_ptr<AudioChannel> WebCore::HRTFKernel::createImpulseResponse | ( | ) |
|
static |
|
inline |
size_t WebCore::HRTFKernel::fftSize | ( | ) | const |
|
inline |
|
inline |
|
inline |