Searched refs:shortsToWrite (Results 1 – 1 of 1) sorted by relevance
438 int shortsToWrite = numShorts; in writeBlock() local440 if (shortsToWrite > shortsLeft) { in writeBlock()441 shortsToWrite = shortsLeft; in writeBlock()443 if (shortsToWrite > 0) { in writeBlock()444 result = mTrack.write(mData, mOffset, shortsToWrite); in writeBlock()