Searched refs:isAzimuthGood (Results 1 – 2 of 2) sorted by relevance
141 bool isAzimuthGood = azimuth >= -180.0 && azimuth <= 180.0; in pan() local142 ASSERT(isAzimuthGood); in pan()143 if (!isAzimuthGood) { in pan()
86 bool isAzimuthGood = azimuth >= 0 && azimuth <= 345 && (azimuth / 15) * 15 == azimuth; in calculateKernelsForAzimuthElevation() local87 ASSERT(isAzimuthGood); in calculateKernelsForAzimuthElevation()88 if (!isAzimuthGood) in calculateKernelsForAzimuthElevation()