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 | 1514 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle,
|
D | turbojpeg.c | 843 retval=tjEncodeYUV2(handle, srcBuf, width, pitch, height, in tjCompress() 1056 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, in tjEncodeYUV2() function 1068 return tjEncodeYUV2(handle, srcBuf, width, pitch, height, in tjEncodeYUV()
|
D | turbojpeg-jni.c | 495 if(tjEncodeYUV2(handle, srcBuf, width, pitch, height, pf, dstBuf, subsamp, in TJCompressor_encodeYUV_12()
|