Searched refs:numBytesOfEncryptedData (Results 1 – 6 of 6) sorted by relevance
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()
1978 jint *numBytesOfEncryptedData = local1990 (numBytesOfEncryptedData == nullptr) ? 0 : numBytesOfEncryptedData[i];1993 if (numBytesOfEncryptedData != nullptr) {1995 numBytesOfEncryptedDataObj.get(), numBytesOfEncryptedData, 0);1996 numBytesOfEncryptedData = nullptr;2151 jint *numBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer() local2163 (numBytesOfEncryptedData == NULL) in android_media_MediaCodec_queueSecureInputBuffer()2164 ? 0 : numBytesOfEncryptedData[i]; in android_media_MediaCodec_queueSecureInputBuffer()2167 if (numBytesOfEncryptedData != NULL) { in android_media_MediaCodec_queueSecureInputBuffer()2169 numBytesOfEncryptedDataObj, numBytesOfEncryptedData, 0); in android_media_MediaCodec_queueSecureInputBuffer()[all …]
139 cryptoInfo.numBytesOfEncryptedData, in descramble()354 && cryptoInfo.numBytesOfEncryptedData == null) { in descramble()361 } else if (cryptoInfo.numBytesOfEncryptedData != null in descramble()362 && cryptoInfo.numBytesOfEncryptedData.length < cryptoInfo.numSubSamples) { in descramble()402 int[] numBytesOfClearData, int[] numBytesOfEncryptedData, in native_descramble() argument
2919 public int[] numBytesOfEncryptedData;3005 numBytesOfEncryptedData = newNumBytesOfEncryptedData;3052 builder.append(Arrays.toString(numBytesOfEncryptedData)); in Arrays.toString() argument
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
22659 field public int[] numBytesOfEncryptedData;