Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaParser.java1798 getPopulatedCryptoInfo(cryptoData)); in sampleMetadata()
1804 private CryptoInfo getPopulatedCryptoInfo(@Nullable CryptoData cryptoData) { in getPopulatedCryptoInfo() argument
1805 if (cryptoData == null) { in getPopulatedCryptoInfo()
1809 if (cryptoData != mLastReceivedCryptoData) { in getPopulatedCryptoInfo()
1811 createNewCryptoInfoAndPopulateWithCryptoData(cryptoData); in getPopulatedCryptoInfo()
1849 mLastReceivedCryptoData = cryptoData; in getPopulatedCryptoInfo()
1855 cryptoInfo.key = cryptoData.encryptionKey; in createNewCryptoInfoAndPopulateWithCryptoData()
1856 cryptoInfo.mode = cryptoData.cryptoMode; in createNewCryptoInfoAndPopulateWithCryptoData()
1857 if (cryptoData.clearBlocks != mLastOutputEncryptionPattern.getSkipBlocks() in createNewCryptoInfoAndPopulateWithCryptoData()
1858 || cryptoData.encryptedBlocks in createNewCryptoInfoAndPopulateWithCryptoData()
[all …]