File: org_openJpeg_OpenJPEGJavaDecoder.h

package info (click to toggle)
openjpeg2 2.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,580 kB
  • sloc: ansic: 150,774; cpp: 7,019; java: 1,996; sh: 615; python: 198; makefile: 70
file content (21 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (2)
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