Searched refs:tjBufSizeYUV (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 30 tjBufSizeYUV;
|
D | turbojpeg-mapfile.jni | 30 tjBufSizeYUV;
|
D | turbojpeg.h | 1713 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp);
|
D | tjunittest.c | 599 size = tjBufSizeYUV(37838, 37838, TJSAMP_444); in overflowTest() 600 CHECKSIZE(tjBufSizeYUV()); in overflowTest()
|
D | turbojpeg.c | 588 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp) in tjBufSizeYUV() function 595 return tjBufSizeYUV(width, height, subsamp); in TJBUFSIZEYUV() 742 size = tjBufSizeYUV(width, height, jpegSubsamp); in tjCompress()
|
D | turbojpeg-jni.c | 533 (jsize)tjBufSizeYUV(width, height, subsamp)) in TJCompressor_encodeYUV_12() 884 (jsize)tjBufSizeYUV(jpegWidth, jpegHeight, jpegSubsamp)) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI()
|