Home
last modified time | relevance | path

Searched refs:NumberOfTotalAzimuths (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DHRTFElevation.cpp51 const unsigned HRTFElevation::NumberOfTotalAzimuths = NumberOfRawAzimuths * InterpolationFactor; member in WebCore::HRTFElevation
168 OwnPtr<HRTFKernelList> kernelListL = adoptPtr(new HRTFKernelList(NumberOfTotalAzimuths)); in createForSubject()
169 OwnPtr<HRTFKernelList> kernelListR = adoptPtr(new HRTFKernelList(NumberOfTotalAzimuths)); in createForSubject()
186 for (unsigned i = 0; i < NumberOfTotalAzimuths; i += InterpolationFactor) { in createForSubject()
187 int j = (i + InterpolationFactor) % NumberOfTotalAzimuths; in createForSubject()
210 OwnPtr<HRTFKernelList> kernelListL = adoptPtr(new HRTFKernelList(NumberOfTotalAzimuths)); in createByInterpolatingSlices()
211 OwnPtr<HRTFKernelList> kernelListR = adoptPtr(new HRTFKernelList(NumberOfTotalAzimuths)); in createByInterpolatingSlices()
219 for (unsigned i = 0; i < NumberOfTotalAzimuths; ++i) { in createByInterpolatingSlices()
DHRTFElevation.h63 unsigned numberOfAzimuths() { return NumberOfTotalAzimuths; } in numberOfAzimuths()
80 static const unsigned NumberOfTotalAzimuths; variable
DHRTFDatabase.h58 static unsigned numberOfAzimuths() { return HRTFElevation::NumberOfTotalAzimuths; } in numberOfAzimuths()