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

  /external/libvncserver/common/
turbojpeg.h 330 * calling #tjBufSize(). This should ensure that the buffer never has
377 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
507 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
turbojpeg.c 498 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
503 _throw("tjBufSize(): Invalid argument");
520 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
524 _throw("TJBUFSIZE(): Invalid argument");
586 this->jdst.free_in_buffer=tjBufSize(width, height, jpegSubsamp);
602 *jpegSize=tjBufSize(width, height, jpegSubsamp)
  /external/libjpeg-turbo/
turbojpeg.h 647 * #tjBufSize(). This should ensure that the buffer never has to be
715 * #tjBufSize(). This should ensure that the buffer never has to be
785 * #tjBufSize(). This should ensure that the buffer never has to be
    [all...]
turbojpeg.c 596 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
601 _throw("tjBufSize(): Invalid argument");
615 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
619 _throw("TJBUFSIZE(): Invalid argument");
777 alloc=0; *jpegSize=tjBufSize(width, height, jpegSubsamp);
1086 alloc=0; *jpegSize=tjBufSize(width, height, subsamp);
    [all...]
  /external/libvncserver/libvncserver/
tight.c     [all...]

Completed in 370 milliseconds