Lines Matching refs:DLLEXPORT

387 DLLEXPORT char *tjGetErrorStr2(tjhandle handle)  in tjGetErrorStr2()
399 DLLEXPORT char *tjGetErrorStr(void) in tjGetErrorStr()
405 DLLEXPORT int tjGetErrorCode(tjhandle handle) in tjGetErrorCode()
414 DLLEXPORT int tjDestroy(tjhandle handle) in tjDestroy()
431 DLLEXPORT void tjFree(unsigned char *buf) in tjFree()
437 DLLEXPORT unsigned char *tjAlloc(int bytes) in tjAlloc()
475 DLLEXPORT tjhandle tjInitCompress(void) in tjInitCompress()
490 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp) in tjBufSize()
510 DLLEXPORT unsigned long TJBUFSIZE(int width, int height) in TJBUFSIZE()
527 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height, in tjBufSizeYUV2()
549 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp) in tjBufSizeYUV()
554 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int subsamp) in TJBUFSIZEYUV()
560 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp) in tjPlaneWidth()
581 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp) in tjPlaneHeight()
602 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride, in tjPlaneSizeYUV()
625 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2()
690 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress()
713 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes()
871 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3()
910 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2()
918 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV()
928 DLLEXPORT int tjCompressFromYUVPlanes(tjhandle handle, in tjCompressFromYUVPlanes()
1063 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV()
1134 DLLEXPORT tjhandle tjInitDecompress(void) in tjInitDecompress()
1149 DLLEXPORT int tjDecompressHeader3(tjhandle handle, in tjDecompressHeader3()
1199 DLLEXPORT int tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader2()
1209 DLLEXPORT int tjDecompressHeader(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader()
1220 DLLEXPORT tjscalingfactor *tjGetScalingFactors(int *numscalingfactors) in tjGetScalingFactors()
1233 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompress2()
1311 DLLEXPORT int tjDecompress(tjhandle handle, unsigned char *jpegBuf, in tjDecompress()
1374 DLLEXPORT int tjDecodeYUVPlanes(tjhandle handle, in tjDecodeYUVPlanes()
1519 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
1558 DLLEXPORT int tjDecompressToYUVPlanes(tjhandle handle, in tjDecompressToYUVPlanes()
1731 DLLEXPORT int tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompressToYUV2()
1795 DLLEXPORT int tjDecompressToYUV(tjhandle handle, unsigned char *jpegBuf, in tjDecompressToYUV()
1805 DLLEXPORT tjhandle tjInitTransform(void) in tjInitTransform()
1824 DLLEXPORT int tjTransform(tjhandle handle, const unsigned char *jpegBuf, in tjTransform()
1976 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width, in tjLoadImage()
2069 DLLEXPORT int tjSaveImage(const char *filename, unsigned char *buffer, in tjSaveImage()