Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioTrack_ListenerTest.java45 private int mMarkerPeriodInFrames; field in AudioTrack_ListenerTest
126 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()
DAudioRecordTest.java54 private int mMarkerPeriodInFrames; field in AudioRecordTest
809 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()