Searched refs:pixelconvert (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/test/ |
D | bmp.c | 87 void pixelconvert(unsigned char *srcbuf, enum BMPPIXELFORMAT srcformat, in pixelconvert() function 165 pixelconvert(tempbuf, BMP_RGB, (*w)*3, *buf, f, dstpitch, *w, *h, dstbottomup); in loadppm() 260 pixelconvert(tempbuf, BMP_BGR, srcpitch, *buf, f, dstpitch, *w, *h, in loadbmp() 287 pixelconvert(buf, f, srcpitch, tempbuf, BMP_RGB, w*3, w, h, in saveppm() 374 pixelconvert(buf, f, srcpitch, tempbuf, BMP_BGR, dstpitch, w, h, in savebmp()
|
/external/libjpeg-turbo/ |
D | bmp.c | 75 static void pixelconvert(unsigned char *srcbuf, int srcpf, int srcbottomup, in pixelconvert() function 228 pixelconvert(src->buffer[i], srcpf, 0, outbuf, dstpf, bottomup, *w, in loadbmp() 316 pixelconvert(inbuf, srcpf, bottomup, dst->buffer[i], dstpf, 0, w, in savebmp()
|