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

  /external/libvncserver/x11vnc/misc/turbovnc/
turbojpeg.h 67 unsigned char *srcbuf, int width, int pitch, int height, int pixelsize,
73 [INPUT] srcbuf = pointer to user-allocated image buffer containing pixels in
122 unsigned char *srcbuf, int width, int pitch, int height, int pixelsize,
144 unsigned char *srcbuf, unsigned long size,
149 [INPUT] srcbuf = pointer to a user-allocated buffer containing the JPEG image
158 unsigned char *srcbuf, unsigned long size,
164 unsigned char *srcbuf, unsigned long size,
170 [INPUT] srcbuf = pointer to a user-allocated buffer containing the JPEG image
202 unsigned char *srcbuf, unsigned long size,
tight.c 1404 unsigned char *srcbuf; local
    [all...]
  /external/libvncserver/test/
tjbench.c 78 int decomptest(unsigned char *srcbuf, unsigned char **jpegbuf,
165 if(srcbuf && sf.num==1 && sf.denom==1)
178 int y=(int)((double)srcbuf[rindex]*0.299
179 + (double)srcbuf[gindex]*0.587
180 + (double)srcbuf[bindex]*0.114 + 0.5);
193 =abs(dstbuf[pitch*row+col]-srcbuf[pitch*row+col]);
208 void dotest(unsigned char *srcbuf, int w, int h, int subsamp, int jpegqual,
253 memcpy(&tmpbuf[pitch*i], &srcbuf[w*ps*i], w*ps);
258 if(tjCompress2(handle, srcbuf, tilew, pitch, tileh, pf, &jpegbuf[0],
267 for(row=0, srcptr=srcbuf; row<ntilesh; row++, srcptr+=pitch*tileh
354 unsigned char **jpegbuf=NULL, *srcbuf=NULL; local
510 unsigned char *srcbuf=NULL; int w, h, i, j; local
    [all...]
bmp.c 90 void pixelconvert(unsigned char *srcbuf, enum BMPPIXELFORMAT srcformat,
97 srcptr=flip? &srcbuf[srcpitch*(h-1)]:srcbuf;
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
CopyTest.java 288 byte[] srcbuf = Streams.readFully(src);
291 MoreAsserts.assertEquals(srcbuf, dstbuf);
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c 328 const uint8_t *srcbuf = src.y_buffer; local
334 vpx_memcpy(destbuf, srcbuf, dest.y_width);
336 srcbuf += src.y_stride;
  /external/libvncserver/libvncserver/
tight.c 1557 unsigned char *srcbuf; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp     [all...]

Completed in 792 milliseconds