Lines Matching refs:DLLCALL
37 #define DLLCALL macro
613 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf,
739 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle,
809 DLLEXPORT int DLLCALL tjCompressFromYUVPlanes(tjhandle handle,
837 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
858 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height,
883 DLLEXPORT unsigned long DLLCALL tjPlaneSizeYUV(int componentID, int width,
969 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle,
1027 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle,
1039 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
1067 DLLEXPORT int DLLCALL tjDecompressHeader3(tjhandle handle,
1082 DLLEXPORT tjscalingfactor* DLLCALL tjGetScalingFactors(int *numscalingfactors);
1134 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
1184 DLLEXPORT int DLLCALL tjDecompressToYUV2(tjhandle handle,
1240 DLLEXPORT int DLLCALL tjDecompressToYUVPlanes(tjhandle handle,
1292 DLLEXPORT int DLLCALL tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf,
1349 DLLEXPORT int DLLCALL tjDecodeYUVPlanes(tjhandle handle,
1361 DLLEXPORT tjhandle DLLCALL tjInitTransform(void);
1419 DLLEXPORT int DLLCALL tjTransform(tjhandle handle,
1433 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle);
1449 DLLEXPORT unsigned char* DLLCALL tjAlloc(int bytes);
1462 DLLEXPORT void DLLCALL tjFree(unsigned char *buffer);
1470 DLLEXPORT char* DLLCALL tjGetErrorStr(void);
1498 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
1500 DLLEXPORT unsigned long DLLCALL TJBUFSIZEYUV(int width, int height,
1503 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height,
1506 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf,
1510 DLLEXPORT int DLLCALL tjEncodeYUV(tjhandle handle,
1514 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle,
1518 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle handle,
1521 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
1525 DLLEXPORT int DLLCALL tjDecompress(tjhandle handle,
1529 DLLEXPORT int DLLCALL tjDecompressToYUV(tjhandle handle,