Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/audio/
DHRTFElevation.cpp49 const unsigned HRTFElevation::NumberOfRawAzimuths = 360 / AzimuthSpacing; member in WebCore::HRTFElevation
51 const unsigned HRTFElevation::NumberOfTotalAzimuths = NumberOfRawAzimuths * InterpolationFactor;
173 for (unsigned rawIndex = 0; rawIndex < NumberOfRawAzimuths; ++rawIndex) { in createForSubject()
DHRTFElevation.h74 static const unsigned NumberOfRawAzimuths; variable