Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DAesCtrDecryptor.cpp59 if (subSample.mNumBytesOfEncryptedData > 0) { in decrypt()
61 subSample.mNumBytesOfEncryptedData, &opensslKey, in decrypt()
64 offset += subSample.mNumBytesOfEncryptedData; in decrypt()
DCryptoPlugin.cpp50 if (subSample.mNumBytesOfEncryptedData != 0) { in decrypt()
/frameworks/native/headers/media_plugin/media/cas/
DDescramblerAPI.h59 uint32_t mNumBytesOfEncryptedData; member
/frameworks/native/headers/media_plugin/media/hardware/
DCryptoAPI.h55 uint32_t mNumBytesOfEncryptedData; member
/frameworks/av/drm/mediacas/plugins/clearkey/
DClearKeyCasPlugin.cpp431 + subSamples[i].mNumBytesOfEncryptedData; in decrypt()
439 && subSamples[i].mNumBytesOfEncryptedData >= AES_BLOCK_SIZE) { in decrypt()
543 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/frameworks/av/media/libstagefright/
DCryptoAsync.cpp57 samples[s].mNumBytesOfEncryptedData = info->mSubSamples[s].mNumBytesOfEncryptedData; in CryptoAsyncInfo()
DACodecBufferChannel.cpp161 && subSamples[0].mNumBytesOfEncryptedData == 0) { in queueSecureInputBuffer()
373 size += subSamples[i].mNumBytesOfClearData + subSamples[i].mNumBytesOfEncryptedData; in attachEncryptedBuffer()
DMediaCodec.cpp6176 ss.mNumBytesOfEncryptedData = 0; in onQueueInputBuffer()
6208 size += subSamples[i].mNumBytesOfEncryptedData; in onQueueInputBuffer()
6299 samples[s].mNumBytesOfEncryptedData = subSamples[s].mNumBytesOfEncryptedData; in onQueueInputBuffer()
/frameworks/av/drm/libmediadrm/fuzzer/
Dmediadrm_fuzzer.cpp370 subSamples[i].mNumBytesOfEncryptedData = encryptedBytes; in invokeCryptoDecrypt()
372 totalSize += subSamples[i].mNumBytesOfEncryptedData; in invokeCryptoDecrypt()
/frameworks/av/drm/mediacas/plugins/mock/
DMockCasPlugin.cpp284 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDrm.cpp221 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ? in makeCryptoInfo()
/frameworks/av/drm/libmediadrm/
DCryptoHalHidl.cpp313 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
DCryptoHalAidl.cpp311 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp1205 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()
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.cpp831 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp641 size += subSamples[i].mNumBytesOfClearData + subSamples[i].mNumBytesOfEncryptedData; in attachEncryptedBuffer()
826 && subSamples[0].mNumBytesOfEncryptedData == 0) { in queueSecureInputBuffer()
1016 && info->mSubSamples[0].mNumBytesOfEncryptedData == 0) { in queueSecureInputBuffers()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp932 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()