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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 511 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
    [all...]
jpegut.c 287 if((hnd=tjInitCompress())==NULL)
288 {printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr()); bailout();}
332 if((hnd=tjInitCompress())==NULL)
333 {printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr()); bailout();}
tjunittest.c 495 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
541 if((handle=tjInitCompress())==NULL) _throwtj();
jpgtest.cxx 110 if((hnd=tjInitCompress())==NULL)
112 printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr());
turbojpegl.c 83 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
182 _throw("Memory allocation failed in tjInitCompress()");
tjbench.c 264 if((handle=tjInitCompress())==NULL)
265 _throwtj("executing tjInitCompress()");
367 if((handle=tjInitCompress())==NULL)
368 _throwtj("executing tjInitCompress()");
turbojpeg-jni.c 87 if((handle=tjInitCompress())==NULL)
turbojpeg.c 501 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
507 "tjInitCompress(): Memory allocation failure");
    [all...]

Completed in 257 milliseconds