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

  /cts/tests/tests/media/src/android/media/cts/
EnvReverbTest.java 30 private final static int MILLIBEL_TOLERANCE = 100; // +/-1dB
88 (level2 > (level - MILLIBEL_TOLERANCE)) &&
89 (level2 < (level + MILLIBEL_TOLERANCE)));
96 (level2 > (level - MILLIBEL_TOLERANCE)) &&
97 (level2 < (level + MILLIBEL_TOLERANCE)));
156 (level2 > (level - MILLIBEL_TOLERANCE)) &&
157 (level2 < (level + MILLIBEL_TOLERANCE)));
193 // (level2 > (level - MILLIBEL_TOLERANCE)) &&
194 // (level2 < (level + MILLIBEL_TOLERANCE)));
270 (settings.roomLevel >= (level - MILLIBEL_TOLERANCE)) &
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEnvReverbTest.java 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)) &
    [all...]

Completed in 91 milliseconds