Searched refs:numBytesOfEncryptedData (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/drm/mediadrm/plugins/clearkey/common/ |
D | AesCtrDecryptor.cpp | 57 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/ |
D | android_media_MediaDescrambler.cpp | 311 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()
|
D | android_media_MediaCodec.cpp | 2219 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/ |
D | MediaDescrambler.java | 139 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
|
D | MediaCodec.java | 3107 public int[] numBytesOfEncryptedData; 3193 numBytesOfEncryptedData = newNumBytesOfEncryptedData; 3240 builder.append(Arrays.toString(numBytesOfEncryptedData)); in Arrays.toString() argument
|
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/ |
D | CryptoPlugin.cpp | 105 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/ |
D | CryptoHalHidl.cpp | 313 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
|
D | CryptoHalAidl.cpp | 311 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
|
/frameworks/av/media/module/mpeg2ts/ |
D | ATSParser.cpp | 1694 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/ |
D | android-22.txt | 14566 field public int[] numBytesOfEncryptedData;
|
/frameworks/base/core/api/ |
D | current.txt | 22698 field public int[] numBytesOfEncryptedData;
|