Home
last modified time | relevance | path

Searched refs:mNumBytesOfEncryptedData (Results 1 – 14 of 14) 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/drm/mediacas/plugins/mock/
DMockCasPlugin.cpp284 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDrm.cpp222 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ? in makeCryptoInfo()
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp154 && subSamples[0].mNumBytesOfEncryptedData == 0) { in queueSecureInputBuffer()
361 size += subSamples[i].mNumBytesOfClearData + subSamples[i].mNumBytesOfEncryptedData; in attachEncryptedBuffer()
DMediaCodec.cpp3706 ss.mNumBytesOfEncryptedData = 0; in onQueueInputBuffer()
3737 size += subSamples[i].mNumBytesOfEncryptedData; in onQueueInputBuffer()
/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp350 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.cpp831 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp766 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp377 size += subSamples[i].mNumBytesOfClearData + subSamples[i].mNumBytesOfEncryptedData; in attachEncryptedBuffer()
521 && subSamples[0].mNumBytesOfEncryptedData == 0) { in queueSecureInputBuffer()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp1667 mSubSamples[i].mNumBytesOfEncryptedData =
1710 mSubSamples[0].mNumBytesOfEncryptedData = 0;
1838 subSamples[i].mNumBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer()