Searched refs:shortsToWrite (Results 1 – 1 of 1) sorted by relevance
479 int shortsToWrite = numShorts; in writeBlock() local481 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()