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

  /external/libvncserver/common/
turbojpeg.c 95 } tjinstance; typedef in typeref:struct:_tjinstance
109 #define getinstance(handle) tjinstance *this=(tjinstance *)handle; \
461 static tjhandle _tjInitCompress(tjinstance *this)
486 tjinstance *this=NULL;
487 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL)
493 MEMZERO(this, sizeof(tjinstance));
645 static tjhandle _tjInitDecompress(tjinstance *this)
672 tjinstance *this
    [all...]
  /external/libjpeg-turbo/
turbojpeg.c 99 } tjinstance; typedef in typeref:struct:_tjinstance
131 #define getinstance(handle) tjinstance *this=(tjinstance *)handle; \
137 #define getcinstance(handle) tjinstance *this=(tjinstance *)handle; \
143 #define getdinstance(handle) tjinstance *this=(tjinstance *)handle; \
581 static tjhandle _tjInitCompress(tjinstance *this)
610 tjinstance *this=NULL;
611 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL
    [all...]

Completed in 99 milliseconds