OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createforsubject
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFDatabase.cpp
59
OwnPtr<HRTFElevation> hrtfElevation = HRTFElevation::
createForSubject
("Composite", elevation, sampleRate);
HRTFElevation.h
53
static PassOwnPtr<HRTFElevation>
createForSubject
(const String& subjectName, int elevation, float sampleRate);
HRTFElevation.cpp
237
PassOwnPtr<HRTFElevation> HRTFElevation::
createForSubject
(const String& subjectName, int elevation, float sampleRate)
Completed in 217 milliseconds