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

  /external/libvncserver/common/
turbojpeg.c 680 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
688 _throw("tjDecompressHeader2(): Instance has not been initialized for decompression");
692 _throw("tjDecompressHeader2(): Invalid argument");
711 _throw("tjDecompressHeader2(): Could not determine subsampling type for JPEG image");
713 _throw("tjDecompressHeader2(): Invalid data returned in header");
723 return tjDecompressHeader2(handle, jpegBuf, jpegSize, width, height,
turbojpeg.h 406 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
  /external/libvncserver/test/
tjbench.c 377 if(tjDecompressHeader2(handle, srcbuf, srcsize, &w, &h, &subsamp)==-1)
378 _throwtj("executing tjDecompressHeader2()");
tjunittest.c 288 _tj(tjDecompressHeader2(handle, jpegBuf, jpegSize, &_hdrw, &_hdrh,

Completed in 190 milliseconds