Searched refs:length2 (Results 1 – 1 of 1) sorted by relevance
2526 final long length2 = length; in addTimedTextSource() local2539 for (long total = 0; total < length2;) { in addTimedTextSource()2540 int bytesToRead = (int) Math.min(buffer.length, length2 - total); in addTimedTextSource()