Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile52 tjEncodeYUVPlanes;
Dturbojpeg-mapfile.jni78 tjEncodeYUVPlanes;
Dturbojpeg.h1116 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf,
Dturbojpeg.c756 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes() function
946 return tjEncodeYUVPlanes(handle, srcBuf, width, pitch, height, pixelFormat, in tjEncodeYUV3()
Dturbojpeg-jni.c473 if (tjEncodeYUVPlanes(handle, &srcBuf[y * actualPitch + x * tjPixelSize[pf]], in TJCompressor_encodeYUV()