Searched refs:tjBufSizeYUV (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 30 tjBufSizeYUV;
|
D | turbojpeg-mapfile.jni | 30 tjBufSizeYUV;
|
D | turbojpeg.h | 1701 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp);
|
D | turbojpeg.c | 549 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()
|
D | turbojpeg-jni.c | 514 (jsize)tjBufSizeYUV(width, height, subsamp)) in TJCompressor_encodeYUV_12() 852 (jsize)tjBufSizeYUV(jpegWidth, jpegHeight, jpegSubsamp)) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI()
|