• Home
  • Raw
  • Download

Lines Matching refs:DLLEXPORT

419 DLLEXPORT char *tjGetErrorStr2(tjhandle handle)  in tjGetErrorStr2()
431 DLLEXPORT char *tjGetErrorStr(void) in tjGetErrorStr()
437 DLLEXPORT int tjGetErrorCode(tjhandle handle) in tjGetErrorCode()
446 DLLEXPORT int tjDestroy(tjhandle handle) in tjDestroy()
463 DLLEXPORT void tjFree(unsigned char *buf) in tjFree()
469 DLLEXPORT unsigned char *tjAlloc(int bytes) in tjAlloc()
507 DLLEXPORT tjhandle tjInitCompress(void) in tjInitCompress()
522 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp) in tjBufSize()
544 DLLEXPORT unsigned long TJBUFSIZE(int width, int height) in TJBUFSIZE()
563 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height, in tjBufSizeYUV2()
588 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp) in tjBufSizeYUV()
593 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int subsamp) in TJBUFSIZEYUV()
599 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp) in tjPlaneWidth()
620 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp) in tjPlaneHeight()
641 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride, in tjPlaneSizeYUV()
666 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2()
733 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress()
756 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes()
914 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3()
953 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2()
961 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV()
971 DLLEXPORT int tjCompressFromYUVPlanes(tjhandle handle, in tjCompressFromYUVPlanes()
1108 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV()
1179 DLLEXPORT tjhandle tjInitDecompress(void) in tjInitDecompress()
1194 DLLEXPORT int tjDecompressHeader3(tjhandle handle, in tjDecompressHeader3()
1244 DLLEXPORT int tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader2()
1254 DLLEXPORT int tjDecompressHeader(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader()
1265 DLLEXPORT tjscalingfactor *tjGetScalingFactors(int *numscalingfactors) in tjGetScalingFactors()
1278 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompress2()
1365 DLLEXPORT int tjDecompress(tjhandle handle, unsigned char *jpegBuf, in tjDecompress()
1428 DLLEXPORT int tjDecodeYUVPlanes(tjhandle handle, in tjDecodeYUVPlanes()
1576 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
1615 DLLEXPORT int tjDecompressToYUVPlanes(tjhandle handle, in tjDecompressToYUVPlanes()
1795 DLLEXPORT int tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompressToYUV2()
1859 DLLEXPORT int tjDecompressToYUV(tjhandle handle, unsigned char *jpegBuf, in tjDecompressToYUV()
1869 DLLEXPORT tjhandle tjInitTransform(void) in tjInitTransform()
1888 DLLEXPORT int tjTransform(tjhandle handle, const unsigned char *jpegBuf, in tjTransform()
2053 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width, in tjLoadImage()
2151 DLLEXPORT int tjSaveImage(const char *filename, unsigned char *buffer, in tjSaveImage()