Searched refs:numBytesOfEncryptedData (Results 1 – 8 of 8) sorted by relevance
188 && cryptoInfo.numBytesOfEncryptedData == null) { in descramble()195 } else if (cryptoInfo.numBytesOfEncryptedData != null in descramble()196 && cryptoInfo.numBytesOfEncryptedData.length < cryptoInfo.numSubSamples) { in descramble()209 cryptoInfo.numBytesOfEncryptedData, in descramble()240 byte key, int numSubSamples, int[] numBytesOfClearData, int[] numBytesOfEncryptedData, in native_descramble() argument
2376 public int[] numBytesOfEncryptedData;2461 numBytesOfEncryptedData = newNumBytesOfEncryptedData;2493 builder.append(Arrays.toString(numBytesOfEncryptedData)); in Arrays.toString() argument
213 jint *numBytesOfEncryptedData = in getSubSampleInfo() local231 (numBytesOfEncryptedData == NULL) in getSubSampleInfo()232 ? 0 : numBytesOfEncryptedData[i]; in getSubSampleInfo()238 if (numBytesOfEncryptedData != NULL) { in getSubSampleInfo()240 numBytesOfEncryptedDataObj, numBytesOfEncryptedData, 0); in getSubSampleInfo()241 numBytesOfEncryptedData = NULL; in getSubSampleInfo()
1368 jint *numBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer() local1380 (numBytesOfEncryptedData == NULL) in android_media_MediaCodec_queueSecureInputBuffer()1381 ? 0 : numBytesOfEncryptedData[i]; in android_media_MediaCodec_queueSecureInputBuffer()1384 if (numBytesOfEncryptedData != NULL) { in android_media_MediaCodec_queueSecureInputBuffer()1386 numBytesOfEncryptedDataObj, numBytesOfEncryptedData, 0); in android_media_MediaCodec_queueSecureInputBuffer()1387 numBytesOfEncryptedData = NULL; in android_media_MediaCodec_queueSecureInputBuffer()
318 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
14566 field public int[] numBytesOfEncryptedData;
21932 field public int[] numBytesOfEncryptedData;
23774 field public int[] numBytesOfEncryptedData;