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

/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp79 jint jNpoints) {
82 if (nFir21 + jNpoints * 2 > BUF_SIZE) {
84 "FIR+data too long %d", nFir21 + jNpoints);
90 env->GetByteArrayRegion(jIn, jInOffset, (jNpoints * 2 + nFir21 - 1) * 2, (jbyte*)in);
94 for (int i = 0; i < jNpoints; i++) {
105 env->SetByteArrayRegion(jOut, jOutOffset, jNpoints * 2, (jbyte*)out);
76 android_media_ResampleInputStream_fir21(JNIEnv *env, jclass clazz, jbyteArray jIn, jint jInOffset, jbyteArray jOut, jint jOutOffset, jint jNpoints) argument

Completed in 54 milliseconds