Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile33 tjEncodeYUV2;
Dturbojpeg-mapfile.jni33 tjEncodeYUV2;
Dturbojpeg.h1514 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle,
Dturbojpeg.c843 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()
Dturbojpeg-jni.c495 if(tjEncodeYUV2(handle, srcBuf, width, pitch, height, pf, dstBuf, subsamp, in TJCompressor_encodeYUV_12()