• Home
  • Raw
  • Download

Lines Matching refs:DLLEXPORT

34 #define DLLEXPORT  __declspec(dllexport)  macro
36 #define DLLEXPORT macro
691 DLLEXPORT tjhandle tjInitCompress(void);
754 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf,
820 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf,
893 DLLEXPORT int tjCompressFromYUVPlanes(tjhandle handle,
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
944 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height,
969 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride,
987 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp);
1004 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp);
1056 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf,
1116 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf,
1128 DLLEXPORT tjhandle tjInitDecompress(void);
1157 DLLEXPORT int tjDecompressHeader3(tjhandle handle,
1174 DLLEXPORT tjscalingfactor *tjGetScalingFactors(int *numscalingfactors);
1227 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf,
1279 DLLEXPORT int tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf,
1336 DLLEXPORT int tjDecompressToYUVPlanes(tjhandle handle,
1391 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf,
1450 DLLEXPORT int tjDecodeYUVPlanes(tjhandle handle,
1463 DLLEXPORT tjhandle tjInitTransform(void);
1526 DLLEXPORT int tjTransform(tjhandle handle, const unsigned char *jpegBuf,
1540 DLLEXPORT int tjDestroy(tjhandle handle);
1556 DLLEXPORT unsigned char *tjAlloc(int bytes);
1602 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width,
1639 DLLEXPORT int tjSaveImage(const char *filename, unsigned char *buffer,
1655 DLLEXPORT void tjFree(unsigned char *buffer);
1668 DLLEXPORT char *tjGetErrorStr2(tjhandle handle);
1681 DLLEXPORT int tjGetErrorCode(tjhandle handle);
1709 DLLEXPORT unsigned long TJBUFSIZE(int width, int height);
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1713 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp);
1715 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width,
1720 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width,
1724 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width,
1728 DLLEXPORT int tjDecompressHeader(tjhandle handle, unsigned char *jpegBuf,
1732 DLLEXPORT int tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf,
1736 DLLEXPORT int tjDecompress(tjhandle handle, unsigned char *jpegBuf,
1741 DLLEXPORT int tjDecompressToYUV(tjhandle handle, unsigned char *jpegBuf,
1745 DLLEXPORT char *tjGetErrorStr(void);