Searched refs:mNumBytesOfEncryptedData (Results 1 – 17 of 17) sorted by relevance
59 if (subSample.mNumBytesOfEncryptedData > 0) { in decrypt()61 subSample.mNumBytesOfEncryptedData, &opensslKey, in decrypt()64 offset += subSample.mNumBytesOfEncryptedData; in decrypt()
50 if (subSample.mNumBytesOfEncryptedData != 0) { in decrypt()
59 uint32_t mNumBytesOfEncryptedData; member
55 uint32_t mNumBytesOfEncryptedData; member
431 + subSamples[i].mNumBytesOfEncryptedData; in decrypt()439 && subSamples[i].mNumBytesOfEncryptedData >= AES_BLOCK_SIZE) { in decrypt()543 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
57 samples[s].mNumBytesOfEncryptedData = info->mSubSamples[s].mNumBytesOfEncryptedData; in CryptoAsyncInfo()
161 && subSamples[0].mNumBytesOfEncryptedData == 0) { in queueSecureInputBuffer()373 size += subSamples[i].mNumBytesOfClearData + subSamples[i].mNumBytesOfEncryptedData; in attachEncryptedBuffer()
6176 ss.mNumBytesOfEncryptedData = 0; in onQueueInputBuffer()6208 size += subSamples[i].mNumBytesOfEncryptedData; in onQueueInputBuffer()6299 samples[s].mNumBytesOfEncryptedData = subSamples[s].mNumBytesOfEncryptedData; in onQueueInputBuffer()
370 subSamples[i].mNumBytesOfEncryptedData = encryptedBytes; in invokeCryptoDecrypt()372 totalSize += subSamples[i].mNumBytesOfEncryptedData; in invokeCryptoDecrypt()
284 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
221 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ? in makeCryptoInfo()
313 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
311 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
1205 dstEncryptedSamples[i] = samplesArray[i].mNumBytesOfEncryptedData; in AMessageToCryptoInfo()2230 mSubSamples[i].mNumBytesOfEncryptedData =2273 mSubSamples[0].mNumBytesOfEncryptedData = 0;2327 samples[s].mNumBytesOfEncryptedData = in MediaCodecCryptoInfo()2328 cryptoInfo.mSubSamples[s].mNumBytesOfEncryptedData; in MediaCodecCryptoInfo()2344 samples[0].mNumBytesOfEncryptedData = 0; in MediaCodecCryptoInfo()2458 subSamples[i].mNumBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer()2561 size += info->mSubSamples[i].mNumBytesOfEncryptedData; in extractCryptoInfosFromObjectArray()
831 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
641 size += subSamples[i].mNumBytesOfClearData + subSamples[i].mNumBytesOfEncryptedData; in attachEncryptedBuffer()826 && subSamples[0].mNumBytesOfEncryptedData == 0) { in queueSecureInputBuffer()1016 && info->mSubSamples[0].mNumBytesOfEncryptedData == 0) { in queueSecureInputBuffers()
932 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()