Searched refs:mMarkerPeriodInFrames (Results 1 – 2 of 2) sorted by relevance
45 private int mMarkerPeriodInFrames; field in AudioTrack_ListenerTest126 mMarkerPeriodInFrames = mFrameCount / markerPeriods; in doTest()127 markerPeriods = mFrameCount / mMarkerPeriodInFrames; // recalculate due to round-down in doTest()128 mMarkerPosition = mMarkerPeriodInFrames; in doTest()191 final int expected = mMarkerPeriodInFrames * (i + 1); in doTest()244 mMarkerPosition += mMarkerPeriodInFrames; in onMarkerReached()
54 private int mMarkerPeriodInFrames; field in AudioRecordTest809 mMarkerPeriodInFrames = TEST_SR / markerPeriodsPerSecond; in doTest()810 mMarkerPosition = mMarkerPeriodInFrames; in doTest()814 mMarkerPeriodInFrames = 0; in doTest()1087 final int expected = mMarkerPeriodInFrames * i; in doTest()1161 mMarkerPosition += mMarkerPeriodInFrames; in onMarkerReached()