Home
last modified time | relevance | path

Searched refs:numBytesOfEncryptedData (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaDescrambler.java188 && 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
DMediaCodec.java2376 public int[] numBytesOfEncryptedData;
2461 numBytesOfEncryptedData = newNumBytesOfEncryptedData;
2493 builder.append(Arrays.toString(numBytesOfEncryptedData)); in Arrays.toString() argument
/frameworks/base/media/jni/
Dandroid_media_MediaDescrambler.cpp213 jint *numBytesOfEncryptedData = in getSubSampleInfo() local
231 (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()
Dandroid_media_MediaCodec.cpp1368 jint *numBytesOfEncryptedData = in android_media_MediaCodec_queueSecureInputBuffer() local
1380 (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()
/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp318 subSample.numBytesOfEncryptedData = subSamples[i].mNumBytesOfEncryptedData; in decrypt()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14566 field public int[] numBytesOfEncryptedData;
/frameworks/base/api/
Dcurrent.txt21932 field public int[] numBytesOfEncryptedData;
Dsystem-current.txt23774 field public int[] numBytesOfEncryptedData;