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