Searched refs:toRGB (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/common/ |
D | turbojpeg.c | 308 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/ |
D | turbojpeg.c | 421 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()
|