Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DAesCtrDecryptor.cpp59 if (subSample.mNumBytesOfEncryptedData > 0) { in decrypt()
61 subSample.mNumBytesOfEncryptedData, &opensslKey, in decrypt()
64 offset += subSample.mNumBytesOfEncryptedData; in decrypt()
H A DCryptoPlugin.cpp50 if (subSample.mNumBytesOfEncryptedData != 0) { in decrypt()
/aosp12/frameworks/native/headers/media_plugin/media/cas/
H A DDescramblerAPI.h59 uint32_t mNumBytesOfEncryptedData; member
/aosp12/frameworks/native/headers/media_plugin/media/hardware/
H A DCryptoAPI.h55 uint32_t mNumBytesOfEncryptedData; member
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.cpp431 + subSamples[i].mNumBytesOfEncryptedData; in decrypt()
439 && subSamples[i].mNumBytesOfEncryptedData >= AES_BLOCK_SIZE) { in decrypt()
543 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/aosp12/frameworks/av/drm/libmediadrm/fuzzer/
H A Dmediadrm_fuzzer.cpp366 subSamples[i].mNumBytesOfEncryptedData = encryptedBytes; in invokeCryptoDecrypt()
368 totalSize += subSamples[i].mNumBytesOfEncryptedData; in invokeCryptoDecrypt()
/aosp12/hardware/interfaces/cas/1.0/default/
H A DDescramblerImpl.cpp47 == offsetof(type::SubSample, mNumBytesOfEncryptedData), \
/aosp12/hardware/interfaces/cas/1.1/default/
H A DDescramblerImpl.cpp45 offsetof(type::SubSample, mNumBytesOfEncryptedData), \
/aosp12/hardware/interfaces/cas/1.2/default/
H A DDescramblerImpl.cpp45 offsetof(type::SubSample, mNumBytesOfEncryptedData), \
/aosp12/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.cpp111 legacySubSamples[i].mNumBytesOfEncryptedData = numBytesOfEncryptedData; in decrypt()
/aosp12/frameworks/av/drm/mediacas/plugins/mock/
H A DMockCasPlugin.cpp284 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDrm.cpp222 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ? in makeCryptoInfo()
/aosp12/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp154 && subSamples[0].mNumBytesOfEncryptedData == 0) { in queueSecureInputBuffer()
361 size += subSamples[i].mNumBytesOfClearData + subSamples[i].mNumBytesOfEncryptedData; in attachEncryptedBuffer()
H A DMediaCodec.cpp4792 ss.mNumBytesOfEncryptedData = 0; in onQueueInputBuffer()
4823 size += subSamples[i].mNumBytesOfEncryptedData; in onQueueInputBuffer()
/aosp12/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp317 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
/aosp12/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp831 subSamples[i].mNumBytesOfEncryptedData); in subSamplesToString()
/aosp12/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp806 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp422 size += subSamples[i].mNumBytesOfClearData + subSamples[i].mNumBytesOfEncryptedData; in attachEncryptedBuffer()
600 && subSamples[0].mNumBytesOfEncryptedData == 0) { in queueSecureInputBuffer()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1821 mSubSamples[i].mNumBytesOfEncryptedData =
1864 mSubSamples[0].mNumBytesOfEncryptedData = 0;
1992 subSamples[i].mNumBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer()