Home
last modified time | relevance | path

Searched refs:AzimuthSpacing (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DHRTFElevation.cpp48 const unsigned HRTFElevation::AzimuthSpacing = 15; member in WebCore::HRTFElevation
49 const unsigned HRTFElevation::NumberOfRawAzimuths = 360 / AzimuthSpacing;
178 …bool success = calculateKernelsForAzimuthElevation(rawIndex * AzimuthSpacing, actualElevation, sam… in createForSubject()
DHRTFElevation.h71 static const unsigned AzimuthSpacing; variable