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

  /external/webkit/Source/WebCore/platform/audio/
HRTFPanner.cpp 141 bool isAzimuthGood = azimuth >= -180.0 && azimuth <= 180.0;
142 ASSERT(isAzimuthGood);
143 if (!isAzimuthGood) {
HRTFElevation.cpp 86 bool isAzimuthGood = azimuth >= 0 && azimuth <= 345 && (azimuth / 15) * 15 == azimuth;
87 ASSERT(isAzimuthGood);
88 if (!isAzimuthGood)

Completed in 1048 milliseconds