Functions
frame.cpp File Reference
#include <jni.h>
#include "error.h"
#include "../../../include/librealsense2/rs.h"
Include dependency graph for frame.cpp:

Go to the source code of this file.

Functions

JNIEXPORT jfloat JNICALL Java_com_intel_realsense_librealsense_DepthFrame_nGetDistance (JNIEnv *env, jclass type, jlong handle, jint x, jint y)
 
JNIEXPORT jfloat JNICALL Java_com_intel_realsense_librealsense_DepthFrame_nGetUnits (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Frame_nAddRef (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Frame_nGetData (JNIEnv *env, jclass type, jlong handle, jbyteArray data_)
 
JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_Frame_nGetDataSize (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Frame_nGetMetadata (JNIEnv *env, jclass type, jlong handle, jint metadata_type)
 
JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_Frame_nGetNumber (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Frame_nGetStreamProfile (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jdouble JNICALL Java_com_intel_realsense_librealsense_Frame_nGetTimestamp (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_Frame_nGetTimestampDomain (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Frame_nIsFrameExtendableTo (JNIEnv *env, jclass type, jlong handle, jint extension)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Frame_nRelease (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Frame_nSupportsMetadata (JNIEnv *env, jclass type, jlong handle, jint metadata_type)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Points_nExportToPly (JNIEnv *env, jclass type, jlong handle, jstring filePath_, jlong textureHandle)
 
JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_Points_nGetCount (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Points_nGetData (JNIEnv *env, jclass type, jlong handle, jfloatArray data_)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Points_nGetTextureCoordinates (JNIEnv *env, jclass type, jlong handle, jfloatArray data_)
 
JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_VideoFrame_nGetBitsPerPixel (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_VideoFrame_nGetHeight (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_VideoFrame_nGetStride (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_VideoFrame_nGetWidth (JNIEnv *env, jclass type, jlong handle)
 

Function Documentation

JNIEXPORT jfloat JNICALL Java_com_intel_realsense_librealsense_DepthFrame_nGetDistance ( JNIEnv *  env,
jclass  type,
jlong  handle,
jint  x,
jint  y 
)

Definition at line 125 of file frame.cpp.

JNIEXPORT jfloat JNICALL Java_com_intel_realsense_librealsense_DepthFrame_nGetUnits ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 134 of file frame.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Frame_nAddRef ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 9 of file frame.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Frame_nGetData ( JNIEnv *  env,
jclass  type,
jlong  handle,
jbyteArray  data_ 
)

Definition at line 40 of file frame.cpp.

JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_Frame_nGetDataSize ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 31 of file frame.cpp.

JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Frame_nGetMetadata ( JNIEnv *  env,
jclass  type,
jlong  handle,
jint  metadata_type 
)

Definition at line 179 of file frame.cpp.

JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_Frame_nGetNumber ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 117 of file frame.cpp.

JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Frame_nGetStreamProfile ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 21 of file frame.cpp.

JNIEXPORT jdouble JNICALL Java_com_intel_realsense_librealsense_Frame_nGetTimestamp ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 162 of file frame.cpp.

JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_Frame_nGetTimestampDomain ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 170 of file frame.cpp.

JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Frame_nIsFrameExtendableTo ( JNIEnv *  env,
jclass  type,
jlong  handle,
jint  extension 
)

Definition at line 73 of file frame.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Frame_nRelease ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 16 of file frame.cpp.

JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Frame_nSupportsMetadata ( JNIEnv *  env,
jclass  type,
jlong  handle,
jint  metadata_type 
)

Definition at line 189 of file frame.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Points_nExportToPly ( JNIEnv *  env,
jclass  type,
jlong  handle,
jstring  filePath_,
jlong  textureHandle 
)

Definition at line 151 of file frame.cpp.

JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_Points_nGetCount ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 142 of file frame.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Points_nGetData ( JNIEnv *  env,
jclass  type,
jlong  handle,
jfloatArray  data_ 
)

Definition at line 51 of file frame.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Points_nGetTextureCoordinates ( JNIEnv *  env,
jclass  type,
jlong  handle,
jfloatArray  data_ 
)

Definition at line 62 of file frame.cpp.

JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_VideoFrame_nGetBitsPerPixel ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 108 of file frame.cpp.

JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_VideoFrame_nGetHeight ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 91 of file frame.cpp.

JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_VideoFrame_nGetStride ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 99 of file frame.cpp.

JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_VideoFrame_nGetWidth ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 83 of file frame.cpp.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:25