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.h1724 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width,
Dturbojpeg.c743 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()
Dturbojpeg-jni.c539 if (tjEncodeYUV2(handle, srcBuf, width, pitch, height, pf, dstBuf, subsamp, in TJCompressor_encodeYUV_12()