App
|
#include <jni.h>
Go to the source code of this file.
Functions | |
JNIEXPORT jint JNICALL | Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJ (JNIEnv *, jclass, jint, jlong, jlong) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJI (JNIEnv *, jclass, jint, jlong, jlong, jint) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJID (JNIEnv *, jclass, jint, jlong, jlong, jint, jdouble) |
JNIEXPORT jint JNICALL Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJ | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jint | nativeType, | ||
jlong | srcAdress, | ||
jlong | dstAdress | ||
) |
protected static native int resampleTo(int nativeType, long srcAdress, long dstAdress);
Definition at line 9 of file mhr_appcore_interpolators_Interpolator.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJI | ( | JNIEnv * | , |
jclass | , | ||
jint | , | ||
jlong | , | ||
jlong | , | ||
jint | |||
) |
Definition at line 33 of file mhr_appcore_interpolators_Interpolator.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJID | ( | JNIEnv * | , |
jclass | , | ||
jint | , | ||
jlong | , | ||
jlong | , | ||
jint | , | ||
jdouble | |||
) |
Definition at line 87 of file mhr_appcore_interpolators_Interpolator.cpp.