Fovia's Java Client/Server API
Static Public Member Functions | Static Public Attributes | List of all members
com.fovia.hdrcext.JNICalls Class Reference

Static Public Member Functions

static native void bicubicScale (long stretchID, byte dst[], byte src[], int srcWidth, int srcHeight, int startX, int startY, float d, int destWidth, int destHeight)
 
static native void bicubicScale (long stretchID, short dst[], short src[], int srcWidth, int srcHeight, int startX, int startY, float d, int destWidth, int destHeight)
 
static native int configureClient (HDRCCLIENT_CONFIGURATION_INFO configuration)
 
static native long createStretch ()
 
static native void decompressJPEG8 (byte dst[], int dstLen, byte src[], int srcLen)
 
static native void destroyStretch (int id)
 
static native double getHPTime ()
 
static long getTimeLong ()
 
static void initNativeCalls ()
 
static void initNativeCalls (String path)
 

Static Public Attributes

static boolean g_bNativeAvailable = false
 
static final String HDRCEXT_LIB = "hdrcext"
 

Detailed Description

Connection to native calls.