Home
last modified time | relevance | path

Searched refs:toRGB (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/common/
Dturbojpeg.c308 static unsigned char *toRGB(unsigned char *src, int width, int pitch, in toRGB() function
570 srcBuf=toRGB(srcBuf, width, pitch, height, pixelFormat, rgbBuf); in tjCompress2()
/external/libjpeg-turbo/
Dturbojpeg.c421 static unsigned char *toRGB(unsigned char *src, int width, int pitch, in toRGB() function
798 srcBuf=toRGB(srcBuf, width, pitch, height, pixelFormat, rgbBuf); in tjCompress2()
917 srcBuf=toRGB(srcBuf, width, pitch, height, pixelFormat, rgbBuf); in tjEncodeYUVPlanes()