Searched refs:cryptedsize (Results 1 – 2 of 2) sorted by relevance
233 size_t cryptedsize; in getSampleCryptoInfo() local235 if (!meta.findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) { in getSampleCryptoInfo()238 size_t numSubSamples = cryptedsize / sizeof(uint32_t); in getSampleCryptoInfo()248 if (clearsize != cryptedsize) { in getSampleCryptoInfo()251 cryptedsize, clearsize); in getSampleCryptoInfo()
357 size_t cryptedsize; in AMediaExtractor_getSampleCryptoInfo() local358 if (!meta->findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) { in AMediaExtractor_getSampleCryptoInfo()361 size_t numSubSamples = cryptedsize / sizeof(uint32_t); in AMediaExtractor_getSampleCryptoInfo()366 if (clearsize != cryptedsize) { in AMediaExtractor_getSampleCryptoInfo()