Home
last modified time | relevance | path

Searched refs:tjBufSizeYUV (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile30 tjBufSizeYUV;
Dturbojpeg-mapfile.jni30 tjBufSizeYUV;
Dturbojpeg.h1713 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp);
Dtjunittest.c599 size = tjBufSizeYUV(37838, 37838, TJSAMP_444); in overflowTest()
600 CHECKSIZE(tjBufSizeYUV()); in overflowTest()
Dturbojpeg.c588 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()
Dturbojpeg-jni.c533 (jsize)tjBufSizeYUV(width, height, subsamp)) in TJCompressor_encodeYUV_12()
884 (jsize)tjBufSizeYUV(jpegWidth, jpegHeight, jpegSubsamp)) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI()