зеркало из https://github.com/mozilla/mozjpeg.git
38 строки
1002 B
C
38 строки
1002 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_libjpegturbo_turbojpeg_TJCompressor */
|
|
|
|
#ifndef _Included_org_libjpegturbo_turbojpeg_TJCompressor
|
|
#define _Included_org_libjpegturbo_turbojpeg_TJCompressor
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_libjpegturbo_turbojpeg_TJCompressor
|
|
* Method: init
|
|
* Signature: ()V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_init
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: org_libjpegturbo_turbojpeg_TJCompressor
|
|
* Method: destroy
|
|
* Signature: ()V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: org_libjpegturbo_turbojpeg_TJCompressor
|
|
* Method: compress
|
|
* Signature: ([BIIII[BIII)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compress
|
|
(JNIEnv *, jobject, jbyteArray, jint, jint, jint, jint, jbyteArray, jint, jint, jint);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|