aboutsummaryrefslogtreecommitdiff
path: root/java/TJ.h
blob: 252711795a438a81194c554d70e1dbe967824ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class TJ */

#ifndef _Included_TJ
#define _Included_TJ
#ifdef __cplusplus
extern "C" {
#endif
#undef TJ_SAMP444
#define TJ_SAMP444 0L
#undef TJ_SAMP422
#define TJ_SAMP422 1L
#undef TJ_SAMP420
#define TJ_SAMP420 2L
#undef TJ_GRAYSCALE
#define TJ_GRAYSCALE 3L
#undef TJ_BGR
#define TJ_BGR 1L
#undef TJ_BOTTOMUP
#define TJ_BOTTOMUP 2L
#undef TJ_FORCEMMX
#define TJ_FORCEMMX 8L
#undef TJ_FORCESSE
#define TJ_FORCESSE 16L
#undef TJ_FORCESSE2
#define TJ_FORCESSE2 32L
#undef TJ_ALPHAFIRST
#define TJ_ALPHAFIRST 64L
#undef TJ_FORCESSE3
#define TJ_FORCESSE3 128L
#undef TJ_FASTUPSAMPLE
#define TJ_FASTUPSAMPLE 256L
#undef TJ_YUV
#define TJ_YUV 512L
/*
 * Class:     TJ
 * Method:    bufSize
 * Signature: (II)J
 */
JNIEXPORT jlong JNICALL Java_TJ_bufSize
  (JNIEnv *, jclass, jint, jint);

#ifdef __cplusplus
}
#endif
#endif