Searched refs:crypteddata (Results 1 – 2 of 2) sorted by relevance
356 const void *crypteddata; in AMediaExtractor_getSampleCryptoInfo() local358 if (!meta->findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) { in AMediaExtractor_getSampleCryptoInfo()399 cryptedbuf = U32ArrayToSizeBuf(numSubSamples, (uint32_t *)crypteddata); in AMediaExtractor_getSampleCryptoInfo()401 crypteddata = crypteddata == NULL ? NULL : cryptedbuf->data(); in AMediaExtractor_getSampleCryptoInfo()402 if(crypteddata == NULL || cleardata == NULL) { in AMediaExtractor_getSampleCryptoInfo()413 (size_t*) crypteddata); in AMediaExtractor_getSampleCryptoInfo()
232 const void *crypteddata; in getSampleCryptoInfo() local235 if (!meta.findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) { in getSampleCryptoInfo()288 (uint32_t*) crypteddata); in getSampleCryptoInfo()