Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioTrackSurroundTest.java479 int shortsToWrite = numShorts; in writeBlock() local
481 if (shortsToWrite > shortsLeft) { in writeBlock()
482 shortsToWrite = shortsLeft; in writeBlock()
484 if (shortsToWrite > 0) { in writeBlock()
485 result = mTrack.write(mData, mOffset, shortsToWrite); in writeBlock()