File: org_openJpeg_OpenJPEGJavaDecoder.h

package info (click to toggle)
openjpeg2 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,692 kB
  • sloc: ansic: 177,272; cpp: 7,079; java: 1,996; tcl: 678; sh: 654; python: 198; makefile: 66
file content (21 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_openJpeg_OpenJPEGJavaDecoder */

#ifndef _Included_org_openJpeg_OpenJPEGJavaDecoder
#define _Included_org_openJpeg_OpenJPEGJavaDecoder
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_openJpeg_OpenJPEGJavaDecoder
 * Method:    internalDecodeJ2KtoImage
 * Signature: ([Ljava/lang/String;)I
 */
JNIEXPORT jint JNICALL Java_org_openJpeg_OpenJPEGJavaDecoder_internalDecodeJ2KtoImage
  (JNIEnv *, jobject, jobjectArray);

#ifdef __cplusplus
}
#endif
#endif