Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrack_ListenerTest.java136 int markerPeriods = Math.max(3, mFrameCount * markerPeriodsPerSecond / TEST_SR); in doTest() local
137 mMarkerPeriodInFrames = mFrameCount / markerPeriods; in doTest()
138 markerPeriods = mFrameCount / mMarkerPeriodInFrames; // recalculate due to round-down in doTest()
192 assertEquals(markerPeriods, markerList.size()); in doTest()
202 for (int i = 0; i < markerPeriods; ++i) { in doTest()
DAudioRecordTest.java1375 final int markerPeriods = markerPeriodsPerSecond * TEST_TIME_MS / 1000; in doTest() local
1393 assertWithMessage(TAG + ": markerPeriods " + markerPeriods in doTest()
1395 .that(markerPeriods) in doTest()
1465 log.addValue("total_markers_expected", markerPeriods, ResultType.NEUTRAL, ResultUnit.COUNT); in doTest()