Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrack_ListenerTest.java51 private int mMarkerPeriodInFrames; field in AudioTrack_ListenerTest
137 mMarkerPeriodInFrames = mFrameCount / markerPeriods; in doTest()
138 markerPeriods = mFrameCount / mMarkerPeriodInFrames; // recalculate due to round-down in doTest()
139 mMarkerPosition = mMarkerPeriodInFrames; in doTest()
203 final int expected = mMarkerPeriodInFrames * (i + 1); in doTest()
256 mMarkerPosition += mMarkerPeriodInFrames; in onMarkerReached()
DAudioRecordTest.java97 private int mMarkerPeriodInFrames; field in AudioRecordTest
1131 mMarkerPeriodInFrames = TEST_SR / markerPeriodsPerSecond; in doTest()
1132 mMarkerPosition = mMarkerPeriodInFrames; in doTest()
1137 mMarkerPeriodInFrames = 0; in doTest()
1420 final int expected = mMarkerPeriodInFrames * i; in doTest()
1504 mMarkerPosition += mMarkerPeriodInFrames; in onMarkerReached()