Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/decoder/
DCryptoInfo.java73 public int clearBlocks; field in CryptoInfo
87 byte[] key, byte[] iv, @C.CryptoMode int mode, int encryptedBlocks, int clearBlocks) { in set() argument
95 this.clearBlocks = clearBlocks; in set()
105 patternHolder.set(encryptedBlocks, clearBlocks); in set()
162 private void set(int encryptedBlocks, int clearBlocks) { in set() argument
163 pattern.set(encryptedBlocks, clearBlocks); in set()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DTrackOutput.java61 public final int clearBlocks; field in TrackOutput.CryptoData
70 int clearBlocks) { in CryptoData() argument
74 this.clearBlocks = clearBlocks; in CryptoData()
87 && clearBlocks == other.clearBlocks && Arrays.equals(encryptionKey, other.encryptionKey); in equals()
95 result = 31 * result + clearBlocks; in hashCode()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/mediacodec/
DAsynchronousMediaCodecBufferEnqueuerTest.java271 int clearBlocks = 8; in createCryptoInfo() local
280 clearBlocks); in createCryptoInfo()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DSampleDataQueue.java288 cryptoData.clearBlocks); in readEncryptionData()