Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaDescrambler.cpp311 jint *numBytesOfEncryptedData = in getSubSampleInfo() local
327 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()
H A Dandroid_media_MediaCodec.cpp1978 jint *numBytesOfEncryptedData = local
1990 (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() local
2163 (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 …]
/aosp14/frameworks/base/media/java/android/media/
H A DMediaDescrambler.java139 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
H A DMediaCodec.java2919 public int[] numBytesOfEncryptedData;
3005 numBytesOfEncryptedData = newNumBytesOfEncryptedData;
3052 builder.append(Arrays.toString(numBytesOfEncryptedData)); in Arrays.toString() argument
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt22659 field public int[] numBytesOfEncryptedData;