Home
last modified time | relevance | path

Searched refs:numBytesOfEncryptedData (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DAesCtrDecryptor.cpp57 int32_t numBytesOfEncryptedData = encryptedDataLengths[i]; in decrypt() local
58 if (numBytesOfEncryptedData > 0) { in decrypt()
60 numBytesOfEncryptedData, &opensslKey, opensslIv, in decrypt()
62 offset += numBytesOfEncryptedData; in decrypt()
/frameworks/base/media/jni/
Dandroid_media_MediaDescrambler.cpp311 jint *numBytesOfEncryptedData = in getSubSampleInfo() local
327 subSamples[i].numBytesOfEncryptedData = in getSubSampleInfo()
328 (numBytesOfEncryptedData == NULL) in getSubSampleInfo()
329 ? 0 : numBytesOfEncryptedData[i]; in getSubSampleInfo()
332 subSamples[i].numBytesOfEncryptedData; in getSubSampleInfo()
335 if (numBytesOfEncryptedData != NULL) { in getSubSampleInfo()
337 numBytesOfEncryptedDataObj, numBytesOfEncryptedData, 0); in getSubSampleInfo()
338 numBytesOfEncryptedData = NULL; in getSubSampleInfo()
Dandroid_media_MediaCodec.cpp2219 jint *numBytesOfEncryptedData = local
2231 (numBytesOfEncryptedData == nullptr) ? 0 : numBytesOfEncryptedData[i];
2234 if (numBytesOfEncryptedData != nullptr) {
2236 numBytesOfEncryptedDataObj.get(), numBytesOfEncryptedData, 0);
2237 numBytesOfEncryptedData = nullptr;
2447 jint *numBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer() local
2459 (numBytesOfEncryptedData == NULL) in android_media_MediaCodec_queueSecureInputBuffer()
2460 ? 0 : numBytesOfEncryptedData[i]; in android_media_MediaCodec_queueSecureInputBuffer()
2463 if (numBytesOfEncryptedData != NULL) { in android_media_MediaCodec_queueSecureInputBuffer()
2465 numBytesOfEncryptedDataObj, numBytesOfEncryptedData, 0); in android_media_MediaCodec_queueSecureInputBuffer()
[all …]
/frameworks/base/media/java/android/media/
DMediaDescrambler.java139 cryptoInfo.numBytesOfEncryptedData, in descramble()
354 && cryptoInfo.numBytesOfEncryptedData == null) { in descramble()
361 } else if (cryptoInfo.numBytesOfEncryptedData != null in descramble()
362 && cryptoInfo.numBytesOfEncryptedData.length < cryptoInfo.numSubSamples) { in descramble()
402 int[] numBytesOfClearData, int[] numBytesOfEncryptedData, in native_descramble() argument
DMediaCodec.java3107 public int[] numBytesOfEncryptedData;
3193 numBytesOfEncryptedData = newNumBytesOfEncryptedData;
3240 builder.append(Arrays.toString(numBytesOfEncryptedData)); in Arrays.toString() argument
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DCryptoPlugin.cpp105 if (__builtin_add_overflow(destSize, subSample.numBytesOfEncryptedData, &destSize) || in decrypt()
106 __builtin_add_overflow(srcSize, subSample.numBytesOfEncryptedData, &srcSize)) { in decrypt()
110 if (subSample.numBytesOfEncryptedData > 0) { in decrypt()
147 encryptedDataLengths.push_back(ss.numBytesOfEncryptedData); in decrypt()
/frameworks/av/drm/libmediadrm/
DCryptoHalHidl.cpp313 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
DCryptoHalAidl.cpp311 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
/frameworks/av/media/module/mpeg2ts/
DATSParser.cpp1694 subSamples[i].numBytesOfEncryptedData = it->subSampleSize; in flushScrambled()
1697 subSamples[i].numBytesOfEncryptedData = 0; in flushScrambled()
1704 subSamples[0].numBytesOfEncryptedData -= pesOffset; in flushScrambled()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14566 field public int[] numBytesOfEncryptedData;
/frameworks/base/core/api/
Dcurrent.txt22698 field public int[] numBytesOfEncryptedData;