Searched refs:TJBUFSIZE (Results 1 – 9 of 9) sorted by relevance
6 TJBUFSIZE;
1498 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
615 size = TJBUFSIZE(26755, 26755); in overflowTest()616 CHECKSIZE(TJBUFSIZE()); in overflowTest()
643 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE() function
827 version of `TJBUFSIZE()` that computes a worst-case JPEG size based on the
507 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
520 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE() function
1578 if (tightAfterBufSize < TJBUFSIZE(w, h)) { in SendJpegRect()1580 tightAfterBuf = (char *)malloc(TJBUFSIZE(w, h)); in SendJpegRect()1583 TJBUFSIZE(w, h)); in SendJpegRect()1588 tightAfterBufSize = TJBUFSIZE(w, h); in SendJpegRect()