Home
last modified time | relevance | path

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

/external/libvncserver/test/
Dtjbench.c79 unsigned long *jpegsize, unsigned char *dstbuf, int w, int h, in decomptest() argument
104 if(dstbuf==NULL) in decomptest()
106 if((dstbuf=(unsigned char *)malloc(bufsize)) == NULL) in decomptest()
112 memset(dstbuf, 127, bufsize); in decomptest()
115 if(tjDecompress2(handle, jpegbuf[0], jpegsize[0], dstbuf, scaledw, in decomptest()
123 for(row=0, dstptr=dstbuf; row<ntilesh; row++, dstptr+=pitch*tileh) in decomptest()
160 if(savebmp(tempstr, dstbuf, scaledw, scaledh, bmpPF[pf], pitch, in decomptest()
182 dstbuf[rindex]=abs(dstbuf[rindex]-y); in decomptest()
183 dstbuf[gindex]=abs(dstbuf[gindex]-y); in decomptest()
184 dstbuf[bindex]=abs(dstbuf[bindex]-y); in decomptest()
[all …]
Dbmp.c91 int srcpitch, unsigned char *dstbuf, enum BMPPIXELFORMAT dstformat, int dstpitch, in pixelconvert() argument
98 for(j=0, dstptr=dstbuf; j<h; j++, in pixelconvert()
/external/opencv/cxcore/src/
Dcxlogic.cpp192 CvMat dstbuf, *tdst; in icvLogicS() local
286 dstbuf = cvMat( dy, size.width, type ); in icvLogicS()
288 dstbuf.step = cvAlign( dstbuf.step, 8 ); in icvLogicS()
289 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size; in icvLogicS()
297 dstbuf.data.ptr = buffer; in icvLogicS()
298 tdst = &dstbuf; in icvLogicS()
356 CvMat dstbuf, *tdst; in icvLogic() local
453 dstbuf = cvMat( dy, size.width, type ); in icvLogic()
455 dstbuf.step = cvAlign( dstbuf.step, 8 ); in icvLogic()
456 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size; in icvLogic()
[all …]
Dcxarithm.cpp289 CvMat dstbuf, *tdst; local
442 dstbuf = cvMat( dy, size.width, type );
444 dstbuf.step = cvAlign( dstbuf.step, 8 );
445 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
453 dstbuf.data.ptr = buffer;
454 tdst = &dstbuf;
540 CvMat dstbuf, *tdst; in cvSubRS() local
686 dstbuf = cvMat( dy, size.width, type ); in cvSubRS()
688 dstbuf.step = cvAlign( dstbuf.step, 8 ); in cvSubRS()
689 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size; in cvSubRS()
[all …]
/external/libvncserver/x11vnc/misc/turbovnc/
Dturbojpeg.h123 unsigned char *dstbuf, unsigned long *size,
203 unsigned char *dstbuf, int width, int pitch, int height, int pixelsize,
/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c87 GLubyte *dstbuf; member
214 copy->dstptr = copy->dstbuf; in flush()
292 assert(copy->dstptr == (copy->dstbuf + in elt()
512 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size); in replay_init()
513 copy->dstptr = copy->dstbuf; in replay_init()
526 dst->Ptr = copy->dstbuf + offset; in replay_init()
568 free(copy->dstbuf); in replay_finish()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch17648 + unsigned char *dstbuf, unsigned long *size,
17664 + [INPUT] dstbuf = pointer to user-allocated image buffer which will receive
17703 + unsigned char *dstbuf, unsigned long *size,
17745 + unsigned char *dstbuf, int width, int pitch, int height, int pixelsize,
17753 + [INPUT] dstbuf = pointer to user-allocated image buffer which will receive
17783 + unsigned char *dstbuf, int width, int pitch, int height, int pixelsize,