Searched refs:numBytesOfEncryptedData (Results 1 – 12 of 12) sorted by relevance
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
2647 public int[] numBytesOfEncryptedData;2733 numBytesOfEncryptedData = newNumBytesOfEncryptedData;2772 builder.append(Arrays.toString(numBytesOfEncryptedData)); in Arrays.toString() argument
68 if (subSample.numBytesOfEncryptedData > 0) { in decrypt()70 subSample.numBytesOfEncryptedData, &opensslKey, in decrypt()73 offset += subSample.numBytesOfEncryptedData; in decrypt()
160 if (__builtin_add_overflow(destSize, subSample.numBytesOfEncryptedData, &destSize) || in decrypt_1_2()161 __builtin_add_overflow(srcSize, subSample.numBytesOfEncryptedData, &srcSize)) { in decrypt_1_2()165 if (subSample.numBytesOfEncryptedData > 0) { in decrypt_1_2()
311 jint *numBytesOfEncryptedData = in getSubSampleInfo() local327 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()
1656 jint *numBytesOfEncryptedData = local1668 (numBytesOfEncryptedData == nullptr) ? 0 : numBytesOfEncryptedData[i];1671 if (numBytesOfEncryptedData != nullptr) {1673 numBytesOfEncryptedDataObj.get(), numBytesOfEncryptedData, 0);1674 numBytesOfEncryptedData = nullptr;1827 jint *numBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer() local1839 (numBytesOfEncryptedData == NULL) in android_media_MediaCodec_queueSecureInputBuffer()1840 ? 0 : numBytesOfEncryptedData[i]; in android_media_MediaCodec_queueSecureInputBuffer()1843 if (numBytesOfEncryptedData != NULL) { in android_media_MediaCodec_queueSecureInputBuffer()1845 numBytesOfEncryptedDataObj, numBytesOfEncryptedData, 0); in android_media_MediaCodec_queueSecureInputBuffer()[all …]
1709 && mLastOutputCryptoInfo.numBytesOfEncryptedData[i] in getPopulatedCryptoInfo()1715 newCryptoInfo.numBytesOfEncryptedData = in getPopulatedCryptoInfo()1716 mLastOutputCryptoInfo.numBytesOfEncryptedData; in getPopulatedCryptoInfo()1721 newCryptoInfo.numBytesOfEncryptedData = in getPopulatedCryptoInfo()
350 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
1580 subSamples[i].numBytesOfEncryptedData = it->subSampleSize; in flushScrambled()1583 subSamples[i].numBytesOfEncryptedData = 0; in flushScrambled()1590 subSamples[0].numBytesOfEncryptedData -= pesOffset; in flushScrambled()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
14566 field public int[] numBytesOfEncryptedData;
25278 field public int[] numBytesOfEncryptedData;