Searched refs:tjBufSize (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 29 tjBufSize;
|
D | turbojpeg-mapfile.jni | 29 tjBufSize;
|
D | tjunittest.c | 534 size = tjBufSize(w, h, subsamp); in doTest() 591 size = tjBufSize(26755, 26755, TJSAMP_444); in overflowTest() 592 CHECKSIZE(tjBufSize()); in overflowTest() 631 else dstSize = tjBufSize(w, h, subsamp); in bufSizeTest() 658 else dstSize = tjBufSize(h, w, subsamp); in bufSizeTest()
|
D | tjbench.c | 363 if (tjBufSize(tilew, tileh, subsamp) > (unsigned long)INT_MAX) in fullTest() 366 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in fullTest() 608 if (tjBufSize(tilew, tileh, subsamp) > (unsigned long)INT_MAX) in decompTest() 611 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in decompTest()
|
D | turbojpeg.h | 924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
|
D | turbojpeg-jni.c | 131 jint retval = (jint)tjBufSize(width, height, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize() 239 jpegSize = tjBufSize(width, height, jpegSubsamp); in TJCompressor_compress() 350 jpegSize = tjBufSize(width, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 1183 tjBufSize(w, h, jpegSubsamp)) in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform()
|
D | turbojpeg.c | 522 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp) in tjBufSize() function 705 alloc = 0; *jpegSize = tjBufSize(width, height, jpegSubsamp); in tjCompress2() 1017 alloc = 0; *jpegSize = tjBufSize(width, height, subsamp); in tjCompressFromYUVPlanes() 1991 alloc = 0; dstSizes[i] = tjBufSize(w, h, jpegSubsamp); in tjTransform()
|
D | ChangeLog.md | 256 such as `tjBufSize()` and `tjLoadImage()` that do not require a TurboJPEG 522 as `tjInitCompress()` or `tjBufSize()`, is still thread-unsafe, but since those
|