Searched refs:markerPeriods (Results 1 – 2 of 2) sorted by relevance
136 int markerPeriods = Math.max(3, mFrameCount * markerPeriodsPerSecond / TEST_SR); in doTest() local137 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()
1375 final int markerPeriods = markerPeriodsPerSecond * TEST_TIME_MS / 1000; in doTest() local1393 assertWithMessage(TAG + ": markerPeriods " + markerPeriods in doTest()1395 .that(markerPeriods) in doTest()1465 log.addValue("total_markers_expected", markerPeriods, ResultType.NEUTRAL, ResultUnit.COUNT); in doTest()