Searched refs:cryptoMode (Results 1 – 3 of 3) sorted by relevance
44 @C.CryptoMode public final int cryptoMode; field in TrackOutput.CryptoData69 public CryptoData(@C.CryptoMode int cryptoMode, byte[] encryptionKey, int encryptedBlocks, in CryptoData() argument71 this.cryptoMode = cryptoMode; in CryptoData()86 return cryptoMode == other.cryptoMode && encryptedBlocks == other.encryptedBlocks in equals()92 int result = cryptoMode; in hashCode()
286 cryptoData.cryptoMode, in readEncryptionData()
230 dumper.add("crypto mode", cryptoData.cryptoMode); in dump()