Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaDescrambler.java193 && cryptoInfo.numBytesOfEncryptedData == null) { in descramble()
200 } else if (cryptoInfo.numBytesOfEncryptedData != null in descramble()
201 && cryptoInfo.numBytesOfEncryptedData.length < cryptoInfo.numSubSamples) { in descramble()
215 cryptoInfo.numBytesOfEncryptedData, in descramble()
249 int[] numBytesOfClearData, int[] numBytesOfEncryptedData, in native_descramble() argument
DMediaCodec.java2722 public int[] numBytesOfEncryptedData;
2808 numBytesOfEncryptedData = newNumBytesOfEncryptedData;
2855 builder.append(Arrays.toString(numBytesOfEncryptedData)); in Arrays.toString() argument
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DAesCtrDecryptor.cpp68 if (subSample.numBytesOfEncryptedData > 0) { in decrypt()
70 subSample.numBytesOfEncryptedData, &opensslKey, in decrypt()
73 offset += subSample.numBytesOfEncryptedData; in decrypt()
DCryptoPlugin.cpp172 if (__builtin_add_overflow(destSize, subSample.numBytesOfEncryptedData, &destSize) || in decrypt_1_2()
173 __builtin_add_overflow(srcSize, subSample.numBytesOfEncryptedData, &srcSize)) { in decrypt_1_2()
177 if (subSample.numBytesOfEncryptedData > 0) { in decrypt_1_2()
/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.cpp1810 jint *numBytesOfEncryptedData = local
1822 (numBytesOfEncryptedData == nullptr) ? 0 : numBytesOfEncryptedData[i];
1825 if (numBytesOfEncryptedData != nullptr) {
1827 numBytesOfEncryptedDataObj.get(), numBytesOfEncryptedData, 0);
1828 numBytesOfEncryptedData = nullptr;
1981 jint *numBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer() local
1993 (numBytesOfEncryptedData == NULL) in android_media_MediaCodec_queueSecureInputBuffer()
1994 ? 0 : numBytesOfEncryptedData[i]; in android_media_MediaCodec_queueSecureInputBuffer()
1997 if (numBytesOfEncryptedData != NULL) { in android_media_MediaCodec_queueSecureInputBuffer()
1999 numBytesOfEncryptedDataObj, numBytesOfEncryptedData, 0); in android_media_MediaCodec_queueSecureInputBuffer()
[all …]
/frameworks/base/apex/media/framework/java/android/media/
DMediaParser.java1830 && mLastOutputCryptoInfo.numBytesOfEncryptedData[i] in getPopulatedCryptoInfo()
1836 newCryptoInfo.numBytesOfEncryptedData = in getPopulatedCryptoInfo()
1837 mLastOutputCryptoInfo.numBytesOfEncryptedData; in getPopulatedCryptoInfo()
1842 newCryptoInfo.numBytesOfEncryptedData = in getPopulatedCryptoInfo()
/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp317 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp1580 subSamples[i].numBytesOfEncryptedData = it->subSampleSize; in flushScrambled()
1583 subSamples[i].numBytesOfEncryptedData = 0; in flushScrambled()
1590 subSamples[0].numBytesOfEncryptedData -= pesOffset; in flushScrambled()
/frameworks/base/core/api/
Dcurrent.txt21619 field public int[] numBytesOfEncryptedData;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14566 field public int[] numBytesOfEncryptedData;