Home
last modified time | relevance | path

Searched refs:DELAY_TOLERANCE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DAudioEffectTest.java43 private final static float DELAY_TOLERANCE = 1.05f; field in AudioEffectTest
399 ((float)value[0] > (float)(time / DELAY_TOLERANCE)) && in test3_1SetParameterIntInt()
400 ((float)value[0] < (float)(time * DELAY_TOLERANCE))); in test3_1SetParameterIntInt()
467 ((float)time2 > (float)(time / DELAY_TOLERANCE)) && in test3_3SetParameterIntByteArray()
468 ((float)time2 < (float)(time * DELAY_TOLERANCE))); in test3_3SetParameterIntByteArray()
503 ((float)value[0] > (float)(time[0] / DELAY_TOLERANCE)) && in test3_4SetParameterIntArrayIntArray()
504 ((float)value[0] < (float)(time[0] * DELAY_TOLERANCE))); in test3_4SetParameterIntArrayIntArray()
575 ((float)time2 > (float)(time / DELAY_TOLERANCE)) && in test3_6SetParameterIntArrayByteArray()
576 ((float)time2 < (float)(time * DELAY_TOLERANCE))); in test3_6SetParameterIntArrayByteArray()
DEnvReverbTest.java31 private final static float DELAY_TOLERANCE = 1.05f; // 5% field in EnvReverbTest
122 ((float)time2 > (float)(time / DELAY_TOLERANCE)) && in test1_1Decay()
123 ((float)time2 < (float)(time * DELAY_TOLERANCE))); in test1_1Decay()