Searched defs:nextChunk (Results 1 - 1 of 1) sorted by path

/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/
H A DSampleChunk.java218 * @param nextChunk if this is {@code null} writes at the current SampleChunk,
222 void write(SampleHolder sample, SampleChunk nextChunk) argument
224 if (nextChunk != null) {
228 mChunk.closeWrite(nextChunk);
230 nextChunk.openWrite();
231 reset(nextChunk);
341 private void closeWrite(SampleChunk nextChunk) argument
344 mNextChunk = nextChunk;

Completed in 166 milliseconds