Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile30 tjBufSizeYUV;
Dturbojpeg-mapfile.jni30 tjBufSizeYUV;
Dturbojpeg.h1701 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp);
Dturbojpeg.c549 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp) in tjBufSizeYUV() function
556 return tjBufSizeYUV(width, height, subsamp); in TJBUFSIZEYUV()
699 size = tjBufSizeYUV(width, height, jpegSubsamp); in tjCompress()
Dturbojpeg-jni.c514 (jsize)tjBufSizeYUV(width, height, subsamp)) in TJCompressor_encodeYUV_12()
852 (jsize)tjBufSizeYUV(jpegWidth, jpegHeight, jpegSubsamp)) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI()