Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/
DStreamBase.java71 private static int sSystemBurstFrames = 512; field in StreamBase
157 sSystemBurstFrames = Integer.parseInt(text); in calcNumBurstFrames()
159 Log.d(TAG, "sSystemBurstFrames:" + sSystemBurstFrames); in calcNumBurstFrames()
161 return sSystemBurstFrames; in calcNumBurstFrames()
168 return sSystemBurstFrames; in getSystemBurstFrames()
177 return sSystemBurstFrames; in getNumBurstFrames()