Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java324 float toleranceMs = RECORDED_DUR_TOLERANCE_FRAMES * (1000f / frameRate); in checkTracksAndDuration() local
326 duration, targetMs, toleranceMs), in checkTracksAndDuration()
327 duration <= targetMs + toleranceMs); in checkTracksAndDuration()
490 private void testSetMaxDuration(long durationMs, long toleranceMs) throws Exception { in testSetMaxDuration() argument
498 if (!mMaxDurationCond.block(durationMs + toleranceMs)) { in testSetMaxDuration()
504 checkRecordedTime(durationMs, actualDurationMs, toleranceMs); in testSetMaxDuration()
DMediaPlayerTest.java1081 final int toleranceMs = 1000;
1109 if (diff > toleranceMs) {
1675 final int toleranceMs = 500;
1688 " is over tolerance " + toleranceMs,
1689 (posMs >= startMs - toleranceMs) &&
1690 (posMs < startMs + durationMs + toleranceMs) );