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

  /external/libjpeg-turbo/
bmp.c 79 int srcps=tjPixelSize[srcpf]; local
80 int srcstride=srcbottomup? -w*srcps:w*srcps;
86 if(srcbottomup) srcrowptr=&srcbuf[w*srcps*(h-1)];
98 col<w; col++, srccolptr+=srcps)
157 col<w; col++, srccolptr+=srcps, dstcolptr+=dstps)
254 int retval=0, srcps, dstpf; local
312 srcps=tjPixelSize[srcpf];
321 if(bottomup) inbuf=&buf[(h-row-1)*w*srcps];
322 else inbuf=&buf[row*w*srcps];
    [all...]
  /external/libvncserver/test/
bmp.c 178 int fd=-1, bytesread, srcpitch, srcbottomup=1, srcps, dstpitch, local
246 *w=bh.biWidth; *h=bh.biHeight; srcps=bh.biBitCount/8;
248 srcpitch=(((*w)*srcps)+3)&(~3);

Completed in 457 milliseconds