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

  /external/libjpeg-turbo/doc/html/search/
functions_74.js 22 ['tjinitdecompress',['tjInitDecompress',['../group___turbo_j_p_e_g.html#gae5408179d041e2a2f7199c8283cf649e',1,'turbojpeg.h']]],
all_74.js 40 ['tjinitdecompress',['tjInitDecompress',['../group___turbo_j_p_e_g.html#gae5408179d041e2a2f7199c8283cf649e',1,'turbojpeg.h']]],
  /external/libvncserver/common/
turbojpeg.h 387 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
turbojpeg.c 670 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void)
676 "tjInitDecompress(): Memory allocation failure");
  /external/libjpeg-turbo/
turbojpeg.h     [all...]
tjunittest.c 478 tjhandle handle2=tjInitDecompress();
560 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
tjbench.c 125 if((handle=tjInitDecompress())==NULL)
126 _throwtj("executing tjInitDecompress()");
turbojpeg-jni.c 549 if((handle=tjInitDecompress())==NULL) _throw(tjGetErrorStr());
    [all...]
turbojpeg.c     [all...]
  /external/libvncserver/test/
tjunittest.c 347 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
tjbench.c 100 if((handle=tjInitDecompress())==NULL)
101 _throwtj("executing tjInitDecompress()");
375 if((handle=tjInitDecompress())==NULL)
376 _throwtj("executing tjInitDecompress()");

Completed in 292 milliseconds