Searched refs:tjDecompressToYUV (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 21 tjDecompressToYUV;
|
D | turbojpeg-mapfile.jni | 21 tjDecompressToYUV;
|
D | turbojpeg.h | 1529 DLLEXPORT int DLLCALL tjDecompressToYUV(tjhandle handle,
|
D | turbojpeg.c | 1442 return tjDecompressToYUV(handle, jpegBuf, jpegSize, dstBuf, flags); in tjDecompress() 1935 DLLEXPORT int DLLCALL tjDecompressToYUV(tjhandle handle, in tjDecompressToYUV() function
|
D | ChangeLog.txt | 408 [4] The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT flag. 685 tjDecompressToYUV(), to replace the somewhat hackish TJ_YUV flag.
|
D | turbojpeg-jni.c | 828 if(tjDecompressToYUV(handle, jpegBuf, (unsigned long)jpegSize, dstBuf, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI()
|