Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjpeg_turbo/
Dturbojpeg.c580 unsigned char *rgbBuf=NULL; in tjCompress2() local
604 rgbBuf=(unsigned char *)malloc(width*height*RGB_PIXELSIZE); in tjCompress2()
605 if(!rgbBuf) _throw("tjCompress2(): Memory allocation failure"); in tjCompress2()
606 srcBuf=toRGB(srcBuf, width, pitch, height, pixelFormat, rgbBuf); in tjCompress2()
644 if(rgbBuf) free(rgbBuf); in tjCompress2()
685 unsigned char *rgbBuf=NULL; in tjEncodeYUV2() local
716 rgbBuf=(unsigned char *)malloc(width*height*RGB_PIXELSIZE); in tjEncodeYUV2()
717 if(!rgbBuf) _throw("tjEncodeYUV2(): Memory allocation failure"); in tjEncodeYUV2()
718 srcBuf=toRGB(srcBuf, width, pitch, height, pixelFormat, rgbBuf); in tjEncodeYUV2()
816 if(rgbBuf) free(rgbBuf); in tjEncodeYUV2()
[all …]