Searched defs:DLLCALL (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.h37 #define DLLCALL macro
302 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
352 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
377 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
387 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
406 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
421 DLLEXPORT tjscalingfactor* DLLCALL tjGetScalingFactors(int *numscalingfactors);
466 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
479 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle);
487 DLLEXPORT char* DLLCALL tjGetErrorSt
[all...]
/external/libjpeg-turbo/
H A Dturbojpeg.h37 #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 tjEncodeYUVPlane
[all...]

Completed in 189 milliseconds