#include <jni.h>#include <cstring>#include "error.h"#include "../../../include/librealsense2/rs.h"
Go to the source code of this file.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_MotionStreamProfile_nGetIntrinsic | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jobject | intrinsic | ||
| ) |
Definition at line 191 of file stream_profile.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_StreamProfile_nDelete | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle | ||
| ) |
Definition at line 58 of file stream_profile.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_StreamProfile_nGetExtrinsicTo | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jlong | otherHandle, | ||
| jobject | extrinsic | ||
| ) |
Definition at line 77 of file stream_profile.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_StreamProfile_nGetProfile | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jobject | params | ||
| ) |
Definition at line 10 of file stream_profile.cpp.
| JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_StreamProfile_nIsProfileExtendableTo | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jint | extension | ||
| ) |
Definition at line 65 of file stream_profile.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_StreamProfile_nRegisterExtrinsic | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | fromHandle, | ||
| jlong | toHandle, | ||
| jobject | extrinsic | ||
| ) |
Definition at line 115 of file stream_profile.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_VideoStreamProfile_nGetIntrinsic | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jobject | intrinsic | ||
| ) |
Definition at line 147 of file stream_profile.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_VideoStreamProfile_nGetResolution | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jobject | params | ||
| ) |
Definition at line 38 of file stream_profile.cpp.