HomeSort by relevance Sort by last modified time
    Searched refs:mNumBytesOfEncryptedData (Results 1 - 16 of 16) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/default/
AesCtrDecryptor.cpp 59 if (subSample.mNumBytesOfEncryptedData > 0) {
61 subSample.mNumBytesOfEncryptedData, &opensslKey,
64 offset += subSample.mNumBytesOfEncryptedData;
CryptoPlugin.cpp 50 if (subSample.mNumBytesOfEncryptedData != 0) {
  /frameworks/native/headers/media_plugin/media/cas/
DescramblerAPI.h 59 uint32_t mNumBytesOfEncryptedData;
  /frameworks/native/headers/media_plugin/media/hardware/
CryptoAPI.h 55 uint32_t mNumBytesOfEncryptedData;
  /cts/hostsidetests/security/securityPatch/CVE-2017-13253/
poc.cpp 70 .mNumBytesOfEncryptedData = 0 } };
  /frameworks/av/drm/libmediadrm/
ICrypto.cpp 125 totalSize += subSamples[i].mNumBytesOfEncryptedData;
385 if (sumSubsampleSizes <= SIZE_MAX - ss.mNumBytesOfEncryptedData) {
386 sumSubsampleSizes += ss.mNumBytesOfEncryptedData;
CryptoHal.cpp 358 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData;
  /frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeyCasPlugin.cpp 372 + subSamples[i].mNumBytesOfEncryptedData;
380 && subSamples[i].mNumBytesOfEncryptedData >= AES_BLOCK_SIZE) {
482 subSamples[i].mNumBytesOfEncryptedData);
  /frameworks/av/drm/mediacas/plugins/mock/
MockCasPlugin.cpp 248 subSamples[i].mNumBytesOfEncryptedData);
  /hardware/interfaces/cas/1.0/default/
DescramblerImpl.cpp 45 == offsetof(type::SubSample, mNumBytesOfEncryptedData), \
  /hardware/interfaces/drm/1.0/default/
CryptoPlugin.cpp 108 legacySubSamples[i].mNumBytesOfEncryptedData
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDrm.cpp 260 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ?
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 831 subSamples[i].mNumBytesOfEncryptedData);
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 760 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i];
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp     [all...]

Completed in 706 milliseconds