Searched refs:crypteddata (Results 1 – 2 of 2) sorted by relevance
352 const void *crypteddata; in AMediaExtractor_getSampleCryptoInfo() local354 if (!meta->findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) { in AMediaExtractor_getSampleCryptoInfo()393 sp<ABuffer> cryptedbuf = U32ArrayToSizeBuf(numSubSamples, (uint32_t *)crypteddata); in AMediaExtractor_getSampleCryptoInfo()395 crypteddata = crypteddata == NULL ? NULL : cryptedbuf->data(); in AMediaExtractor_getSampleCryptoInfo()396 if(crypteddata == NULL || cleardata == NULL) { in AMediaExtractor_getSampleCryptoInfo()407 (size_t*) crypteddata); in AMediaExtractor_getSampleCryptoInfo()
233 const void *crypteddata; in getSampleCryptoInfo() local236 if (!meta.findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) { in getSampleCryptoInfo()289 (size_t*) crypteddata); in getSampleCryptoInfo()