Lines Matching defs:env
23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) { in throwJavaException()
56 (JNIEnv* env, jclass ) in Java_org_opencv_videoio_VideoCapture_VideoCapture_10()
81 (JNIEnv* env, jclass , jstring filename) in Java_org_opencv_videoio_VideoCapture_VideoCapture_11()
106 (JNIEnv* env, jclass , jint device) in Java_org_opencv_videoio_VideoCapture_VideoCapture_12()
131 (JNIEnv* env, jclass , jlong self, jstring filename) in Java_org_opencv_videoio_VideoCapture_open_10()
157 (JNIEnv* env, jclass , jlong self, jint device) in Java_org_opencv_videoio_VideoCapture_open_11()
182 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_videoio_VideoCapture_isOpened_10()
207 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_videoio_VideoCapture_release_10()
232 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_videoio_VideoCapture_grab_10()
257 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jint flag) in Java_org_opencv_videoio_VideoCapture_retrieve_10()
279 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj) in Java_org_opencv_videoio_VideoCapture_retrieve_11()
305 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj) in Java_org_opencv_videoio_VideoCapture_read_10()
331 (JNIEnv* env, jclass , jlong self, jint propId, jdouble value) in Java_org_opencv_videoio_VideoCapture_set_10()
356 (JNIEnv* env, jclass , jlong self, jint propId) in Java_org_opencv_videoio_VideoCapture_get_10()
378 (JNIEnv *env, jclass, jlong self) in Java_org_opencv_videoio_VideoCapture_getSupportedPreviewSizes_10()