Searched refs:TEST_LOOP_FACTOR (Results 1 – 1 of 1) sorted by relevance
41 private final static int TEST_LOOP_FACTOR = 2; // # loops (>= 1) for static tracks field in AudioTrack_ListenerTest87 if (mode == AudioTrack.MODE_STATIC && TEST_LOOP_FACTOR > 1) { in doTest()90 mFrameCount = bufferSizeInBytes * TEST_LOOP_FACTOR; in doTest()92 bufferSizeInBytes = minBuffSize * TEST_BUFFER_FACTOR * TEST_LOOP_FACTOR; in doTest()147 if (mode == AudioTrack.MODE_STATIC && TEST_LOOP_FACTOR > 1) { in doTest()148 track.setLoopPoints(0, vai.length, TEST_LOOP_FACTOR - 1); in doTest()