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.java2541 public int[] numBytesOfEncryptedData;
2627 numBytesOfEncryptedData = newNumBytesOfEncryptedData;
2663 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.cpp156 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/
Dandroid_media_MediaDescrambler.cpp310 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()
Dandroid_media_MediaCodec.cpp1518 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/
DCryptoHal.cpp375 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/opt/setupwizard/tools/docs/
Dandroid-22.txt14566 field public int[] numBytesOfEncryptedData;
/frameworks/base/non-updatable-api/
Dcurrent.txt24534 field public int[] numBytesOfEncryptedData;
/frameworks/base/api/
Dcurrent.txt24534 field public int[] numBytesOfEncryptedData;