Home | History | Annotate | Download | only in audio

Lines Matching refs:MILLIBEL_TOLERANCE

48     private final static int MILLIBEL_TOLERANCE = 100;
142 (level > (0 - MILLIBEL_TOLERANCE)) &&
143 (level < (0 + MILLIBEL_TOLERANCE)));
148 (level > (-6 - MILLIBEL_TOLERANCE)) &&
149 (level < (-6 + MILLIBEL_TOLERANCE)));
213 // (level > (0 - MILLIBEL_TOLERANCE)) &&
214 // (level < (0 + MILLIBEL_TOLERANCE)));
248 (level > (0 - MILLIBEL_TOLERANCE)) &&
249 (level < (0 + MILLIBEL_TOLERANCE)));
325 (settings.roomLevel > (newRoomLevel - MILLIBEL_TOLERANCE)) &&
326 (settings.roomLevel < (newRoomLevel + MILLIBEL_TOLERANCE)));