Searched refs:numBytesOfEncryptedData (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaDescrambler.java | 193 && 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
|
D | MediaCodec.java | 2722 public int[] numBytesOfEncryptedData; 2808 numBytesOfEncryptedData = newNumBytesOfEncryptedData; 2855 builder.append(Arrays.toString(numBytesOfEncryptedData)); in Arrays.toString() argument
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | AesCtrDecryptor.cpp | 68 if (subSample.numBytesOfEncryptedData > 0) { in decrypt() 70 subSample.numBytesOfEncryptedData, &opensslKey, in decrypt() 73 offset += subSample.numBytesOfEncryptedData; in decrypt()
|
D | CryptoPlugin.cpp | 172 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/ |
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 | 1810 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/ |
D | MediaParser.java | 1830 && mLastOutputCryptoInfo.numBytesOfEncryptedData[i] in getPopulatedCryptoInfo() 1836 newCryptoInfo.numBytesOfEncryptedData = in getPopulatedCryptoInfo() 1837 mLastOutputCryptoInfo.numBytesOfEncryptedData; in getPopulatedCryptoInfo() 1842 newCryptoInfo.numBytesOfEncryptedData = in getPopulatedCryptoInfo()
|
/frameworks/av/drm/libmediadrm/ |
D | CryptoHal.cpp | 317 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ATSParser.cpp | 1580 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/ |
D | current.txt | 21619 field public int[] numBytesOfEncryptedData;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14566 field public int[] numBytesOfEncryptedData;
|