HomeSort by relevance Sort by last modified time
    Searched refs:HRTFDatabaseLoader (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFDatabaseLoader.cpp 33 #include "platform/audio/HRTFDatabaseLoader.h"
42 typedef HeapHashMap<double, WeakMember<HRTFDatabaseLoader> > LoaderMap;
50 HRTFDatabaseLoader* HRTFDatabaseLoader::createAndLoadAsynchronouslyIfNecessary(float sampleRate)
54 HRTFDatabaseLoader* loader = loaderMap().get(sampleRate);
60 loader = new HRTFDatabaseLoader(sampleRate);
66 HRTFDatabaseLoader::HRTFDatabaseLoader(float sampleRate)
72 HRTFDatabaseLoader::~HRTFDatabaseLoader()
    [all...]
HRTFDatabaseLoader.h 42 // HRTFDatabaseLoader will asynchronously load the default HRTFDatabase in a new thread.
44 class PLATFORM_EXPORT HRTFDatabaseLoader FINAL : public GarbageCollectedFinalized<HRTFDatabaseLoader> {
46 // Lazily creates a HRTFDatabaseLoader (if not already created) for the given sample-rate
48 // Returns the HRTFDatabaseLoader.
50 static HRTFDatabaseLoader* createAndLoadAsynchronouslyIfNecessary(float sampleRate);
53 ~HRTFDatabaseLoader();
69 explicit HRTFDatabaseLoader(float sampleRate);
Panner.h 38 class HRTFDatabaseLoader;
51 static Panner* create(PanningModel, float sampleRate, HRTFDatabaseLoader*);
Panner.cpp 40 Panner* Panner::create(PanningModel model, float sampleRate, HRTFDatabaseLoader* databaseLoader)
HRTFPanner.h 30 #include "platform/audio/HRTFDatabaseLoader.h"
37 HRTFPanner(float sampleRate, HRTFDatabaseLoader*);
59 Member<HRTFDatabaseLoader> m_databaseLoader;
HRTFPanner.cpp 47 HRTFPanner::HRTFPanner(float sampleRate, HRTFDatabaseLoader* databaseLoader)
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioListener.h 39 class HRTFDatabaseLoader;
83 HRTFDatabaseLoader* hrtfDatabaseLoader() { return m_hrtfDatabaseLoader.get(); }
113 Member<HRTFDatabaseLoader> m_hrtfDatabaseLoader;
AudioListener.cpp 37 #include "platform/audio/HRTFDatabaseLoader.h"
85 m_hrtfDatabaseLoader = HRTFDatabaseLoader::createAndLoadAsynchronouslyIfNecessary(sampleRate);
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 122 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 121 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 121 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 121 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 121 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 121 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.linux-arm.mk 122 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 121 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.linux-mips.mk 121 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 121 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.linux-x86.mk 121 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 121 third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
    [all...]

Completed in 313 milliseconds