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

  /external/libvncserver/common/
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.c 622 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
627 _throw("tjBufSize(): Invalid argument");
641 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
645 _throw("TJBUFSIZE(): Invalid argument");
805 alloc=0; *jpegSize=tjBufSize(width, height, jpegSubsamp);
1120 alloc=0; *jpegSize=tjBufSize(width, height, subsamp);
    [all...]

Completed in 57 milliseconds