Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/
DAesCtrDecryptor.cpp54 if (subSample.mNumBytesOfEncryptedData > 0) { in decrypt()
56 subSample.mNumBytesOfEncryptedData, &opensslKey, in decrypt()
59 offset += subSample.mNumBytesOfEncryptedData; in decrypt()
DCryptoPlugin.cpp50 if (subSample.mNumBytesOfEncryptedData != 0) { in decrypt()
/frameworks/av/drm/libmediadrm/
DMediaCasDefs.cpp94 err = parcel->readUint32(&subSamples[i].mNumBytesOfEncryptedData); in readFromParcel()
152 err = parcel->writeUint32(subSamples[i].mNumBytesOfEncryptedData); in writeToParcel()
DICrypto.cpp125 totalSize += subSamples[i].mNumBytesOfEncryptedData; in decrypt()
374 if (sumSubsampleSizes <= SIZE_MAX - ss.mNumBytesOfEncryptedData) { in onTransact()
375 sumSubsampleSizes += ss.mNumBytesOfEncryptedData; in onTransact()
DCryptoHal.cpp318 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
/frameworks/native/include/media/cas/
DDescramblerAPI.h55 uint32_t mNumBytesOfEncryptedData; member
/frameworks/native/include/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()
479 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/frameworks/base/media/jni/
Dandroid_media_MediaDescrambler.cpp230 subSamples[i].mNumBytesOfEncryptedData = in getSubSampleInfo()
235 subSamples[i].mNumBytesOfEncryptedData; in getSubSampleInfo()
Dandroid_media_MediaCodec.cpp1379 subSamples[i].mNumBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer()
/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/libstagefright/mpeg2ts/
DATSParser.cpp1386 info.subSamples[i].mNumBytesOfEncryptedData = it->subSampleSize; in flushScrambled()
1389 info.subSamples[i].mNumBytesOfEncryptedData = 0; in flushScrambled()
1395 info.subSamples[0].mNumBytesOfEncryptedData -= pesOffset; in flushScrambled()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp512 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.cpp830 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2735 ss.mNumBytesOfEncryptedData = 0; in onQueueInputBuffer()
2766 size += subSamples[i].mNumBytesOfEncryptedData; in onQueueInputBuffer()