Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/
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.h55 uint32_t mNumBytesOfEncryptedData; member
/frameworks/native/headers/media_plugin/media/hardware/
DCryptoAPI.h55 uint32_t mNumBytesOfEncryptedData; member
/frameworks/av/drm/mediacas/plugins/clearkey/
DClearKeyCasPlugin.cpp369 + subSamples[i].mNumBytesOfEncryptedData; in decrypt()
377 && subSamples[i].mNumBytesOfEncryptedData >= AES_BLOCK_SIZE) { in decrypt()
481 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/frameworks/av/drm/libmediadrm/
DICrypto.cpp125 totalSize += subSamples[i].mNumBytesOfEncryptedData; in decrypt()
398 if (sumSubsampleSizes <= SIZE_MAX - ss.mNumBytesOfEncryptedData) { in onTransact()
399 sumSubsampleSizes += ss.mNumBytesOfEncryptedData; in onTransact()
DCryptoHal.cpp335 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
/frameworks/av/drm/mediacas/plugins/mock/
DMockCasPlugin.cpp248 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDrm.cpp260 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ? in makeCryptoInfo()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp512 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.cpp831 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2791 ss.mNumBytesOfEncryptedData = 0; in onQueueInputBuffer()
2822 size += subSamples[i].mNumBytesOfEncryptedData; in onQueueInputBuffer()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp1379 subSamples[i].mNumBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer()