HomeSort by relevance Sort by last modified time
    Searched refs:mMarkerPeriodInFrames (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
AudioTrack_ListenerTest.java 45 private int mMarkerPeriodInFrames;
126 mMarkerPeriodInFrames = mFrameCount / markerPeriods;
127 markerPeriods = mFrameCount / mMarkerPeriodInFrames; // recalculate due to round-down
128 mMarkerPosition = mMarkerPeriodInFrames;
191 final int expected = mMarkerPeriodInFrames * (i + 1);
244 mMarkerPosition += mMarkerPeriodInFrames;
AudioRecordTest.java 72 private int mMarkerPeriodInFrames;
    [all...]

Completed in 85 milliseconds