Lines Matching refs:tjhandle

662 typedef void *tjhandle;  typedef
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,
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,
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);
1668 DLLEXPORT char *tjGetErrorStr2(tjhandle handle);
1681 DLLEXPORT int tjGetErrorCode(tjhandle handle);
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,