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 | 2541 public int[] numBytesOfEncryptedData; 2627 numBytesOfEncryptedData = newNumBytesOfEncryptedData; 2663 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 | 156 if (__builtin_add_overflow(destSize, subSample.numBytesOfEncryptedData, &destSize)) { in decrypt_1_2() 160 if (subSample.numBytesOfEncryptedData > 0) { in decrypt_1_2()
|
/frameworks/base/media/jni/ |
D | android_media_MediaDescrambler.cpp | 310 jint *numBytesOfEncryptedData = in getSubSampleInfo() local 326 subSamples[i].numBytesOfEncryptedData = in getSubSampleInfo() 327 (numBytesOfEncryptedData == NULL) in getSubSampleInfo() 328 ? 0 : numBytesOfEncryptedData[i]; in getSubSampleInfo() 331 subSamples[i].numBytesOfEncryptedData; in getSubSampleInfo() 334 if (numBytesOfEncryptedData != NULL) { in getSubSampleInfo() 336 numBytesOfEncryptedDataObj, numBytesOfEncryptedData, 0); in getSubSampleInfo() 337 numBytesOfEncryptedData = NULL; in getSubSampleInfo()
|
D | android_media_MediaCodec.cpp | 1518 jint *numBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer() local 1530 (numBytesOfEncryptedData == NULL) in android_media_MediaCodec_queueSecureInputBuffer() 1531 ? 0 : numBytesOfEncryptedData[i]; in android_media_MediaCodec_queueSecureInputBuffer() 1534 if (numBytesOfEncryptedData != NULL) { in android_media_MediaCodec_queueSecureInputBuffer() 1536 numBytesOfEncryptedDataObj, numBytesOfEncryptedData, 0); in android_media_MediaCodec_queueSecureInputBuffer() 1537 numBytesOfEncryptedData = NULL; in android_media_MediaCodec_queueSecureInputBuffer()
|
/frameworks/av/drm/libmediadrm/ |
D | CryptoHal.cpp | 375 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/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14566 field public int[] numBytesOfEncryptedData;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 24534 field public int[] numBytesOfEncryptedData;
|
/frameworks/base/api/ |
D | current.txt | 24534 field public int[] numBytesOfEncryptedData;
|