HomeSort by relevance Sort by last modified time
    Searched refs:pixelconvert (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/
bmp.c 75 static void pixelconvert(unsigned char *srcbuf, int srcpf, int srcbottomup, function
228 pixelconvert(src->buffer[i], srcpf, 0, outbuf, dstpf, bottomup, *w,
316 pixelconvert(inbuf, srcpf, bottomup, dst->buffer[i], dstpf, 0, w,
  /external/libvncserver/test/
bmp.c 87 void pixelconvert(unsigned char *srcbuf, enum BMPPIXELFORMAT srcformat, function
165 pixelconvert(tempbuf, BMP_RGB, (*w)*3, *buf, f, dstpitch, *w, *h, dstbottomup);
260 pixelconvert(tempbuf, BMP_BGR, srcpitch, *buf, f, dstpitch, *w, *h,
287 pixelconvert(buf, f, srcpitch, tempbuf, BMP_RGB, w*3, w, h,
374 pixelconvert(buf, f, srcpitch, tempbuf, BMP_BGR, dstpitch, w, h,

Completed in 54 milliseconds