Home | History | Annotate | Download | only in src

Lines Matching refs:jclass

25   jclass je = 0;
53 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_10 (JNIEnv*, jclass);
56 (JNIEnv* env, jclass )
78 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_11 (JNIEnv*, jclass, jstring);
81 (JNIEnv* env, jclass , jstring filename)
103 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_12 (JNIEnv*, jclass, jint);
106 (JNIEnv* env, jclass , jint device)
128 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_open_10 (JNIEnv*, jclass, jlong, jstring);
131 (JNIEnv* env, jclass , jlong self, jstring filename)
154 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_open_11 (JNIEnv*, jclass, jlong, jint);
157 (JNIEnv* env, jclass , jlong self, jint device)
179 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_isOpened_10 (JNIEnv*, jclass, jlong);
182 (JNIEnv* env, jclass , jlong self)
204 JNIEXPORT void JNICALL Java_org_opencv_videoio_VideoCapture_release_10 (JNIEnv*, jclass, jlong);
207 (JNIEnv* env, jclass , jlong self)
229 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_grab_10 (JNIEnv*, jclass, jlong);
232 (JNIEnv* env, jclass , jlong self)
254 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_retrieve_10 (JNIEnv*, jclass, jlong, jlong, jint);
257 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jint flag)
276 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_retrieve_11 (JNIEnv*, jclass, jlong, jlong);
279 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj)
302 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_read_10 (JNIEnv*, jclass, jlong, jlong);
305 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj)
328 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_set_10 (JNIEnv*, jclass, jlong, jint, jdouble);
331 (JNIEnv* env, jclass , jlong self, jint propId, jdouble value)
353 JNIEXPORT jdouble JNICALL Java_org_opencv_videoio_VideoCapture_get_10 (JNIEnv*, jclass, jlong, jint);
356 (JNIEnv* env, jclass , jlong self, jint propId)
375 (JNIEnv *env, jclass, jlong self);
378 (JNIEnv *env, jclass, jlong self)
400 JNIEXPORT void JNICALL Java_org_opencv_videoio_VideoCapture_delete(JNIEnv*, jclass, jlong);
403 (JNIEnv*, jclass, jlong self)