HomeSort by relevance Sort by last modified time
    Searched refs:DLLCALL (Results 1 - 4 of 4) sorted by null

  /external/libjpeg-turbo/
turbojpeg.h 37 #define DLLCALL
613 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
739 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle, unsigned char *srcBuf,
    [all...]
turbojpeg.c 521 DLLEXPORT char* DLLCALL tjGetErrorStr(void)
527 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle)
543 DLLEXPORT void DLLCALL tjFree(unsigned char *buf)
549 DLLEXPORT unsigned char *DLLCALL tjAlloc(int bytes)
582 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
596 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
615 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
631 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height,
653 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height,
659 DLLEXPORT unsigned long DLLCALL TJBUFSIZEYUV(int width, int height
    [all...]
  /external/libvncserver/common/
turbojpeg.h 37 #define DLLCALL
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 tjGetErrorStr(void)
    [all...]
turbojpeg.c 432 DLLEXPORT char* DLLCALL tjGetErrorStr(void)
438 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle)
484 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
498 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
520 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
538 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
614 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf,
670 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void)
684 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
723 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle handle
    [all...]

Completed in 41 milliseconds