Searched refs:tjEncodeYUV2 (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 33 tjEncodeYUV2;
|
D | turbojpeg-mapfile.jni | 33 tjEncodeYUV2;
|
D | turbojpeg.h | 1724 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width,
|
D | turbojpeg.c | 743 retval = tjEncodeYUV2(handle, srcBuf, width, pitch, height, in tjCompress() 953 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2() function 965 return tjEncodeYUV2(handle, srcBuf, width, pitch, height, in tjEncodeYUV()
|
D | turbojpeg-jni.c | 539 if (tjEncodeYUV2(handle, srcBuf, width, pitch, height, pf, dstBuf, subsamp, in TJCompressor_encodeYUV_12()
|