Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/crypto/
DAesFlushingCipher.java97 int bytesToFlush = length - written; in update() local
98 Assertions.checkState(bytesToFlush < blockSize); in update()
100 pendingXorBytes = blockSize - bytesToFlush; in update()
105 for (int i = 0; i < bytesToFlush; i++) { in update()