File: org_openJpeg_OpenJPEGJavaEncoder.h

package info (click to toggle)
openjpeg2 2.3.0-2%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,240 kB
  • sloc: ansic: 174,995; cpp: 7,075; java: 1,996; tcl: 678; sh: 645; python: 198; makefile: 64
file content (21 lines) | stat: -rw-r--r-- 580 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_OpenJPEGJavaEncoder */

#ifndef _Included_org_openJpeg_OpenJPEGJavaEncoder
#define _Included_org_openJpeg_OpenJPEGJavaEncoder
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_openJpeg_OpenJPEGJavaEncoder
 * Method:    internalEncodeImageToJ2K
 * Signature: ([Ljava/lang/String;)J
 */
JNIEXPORT jlong JNICALL Java_org_openJpeg_OpenJPEGJavaEncoder_internalEncodeImageToJ2K
  (JNIEnv *, jobject, jobjectArray);

#ifdef __cplusplus
}
#endif
#endif