Searched defs:numBytesOfClearDataObj (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaDescrambler.cpp193 jintArray numBytesOfClearDataObj, jintArray numBytesOfEncryptedDataObj,
209 (numBytesOfClearDataObj == NULL)
211 : env->GetIntArrayElements(numBytesOfClearDataObj, &isCopy);
246 numBytesOfClearDataObj, numBytesOfClearData, 0);
291 jintArray numBytesOfClearDataObj, jintArray numBytesOfEncryptedDataObj,
302 env, numSubSamples, numBytesOfClearDataObj,
192 getSubSampleInfo(JNIEnv *env, jint numSubSamples, jintArray numBytesOfClearDataObj, jintArray numBytesOfEncryptedDataObj, DescramblerPlugin::SubSample **outSubSamples) argument
289 android_media_MediaDescrambler_native_descramble( JNIEnv *env, jobject thiz, jbyte key, jint numSubSamples, jintArray numBytesOfClearDataObj, jintArray numBytesOfEncryptedDataObj, jobject srcBuf, jint srcOffset, jint srcLimit, jobject dstBuf, jint dstOffset, jint dstLimit) argument
H A Dandroid_media_MediaCodec.cpp1301 jintArray numBytesOfClearDataObj = local
1347 } else if (numBytesOfClearDataObj == NULL
1353 } else if (numBytesOfClearDataObj != NULL
1354 && env->GetArrayLength(numBytesOfClearDataObj) < numSubSamples) {
1364 (numBytesOfClearDataObj == NULL)
1366 : env->GetIntArrayElements(numBytesOfClearDataObj, &isCopy);
1392 numBytesOfClearDataObj, numBytesOfClearData, 0);

Completed in 46 milliseconds