Searched defs:compsize (Results 1 - 5 of 5) sorted by relevance
/external/mesa3d/src/glx/ |
H A D | renderpix.c | 64 * \param compsize Size, in bytes, of the image portion 81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, argument 87 GLubyte *buf = (GLubyte *) Xmalloc(compsize); 108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize); 129 compsize = __glImageSize(width, 1, 1, format, type, 0); 133 image1len = __GLX_PAD(compsize); 149 if (compsize > 0) { 159 if ((compsize == 0) && (compsize2 == 0)) {
|
H A D | singlepix.c | 58 compsize = reply.length << 2; 60 if (compsize != 0) { 74 _XEatData(dpy, compsize); 88 _XEatData(dpy, compsize - __GLX_PAD(widthsize)); 138 unsigned compsize; local 148 compsize = reply.length << 2; 150 if (compsize != 0) { 163 _XEatData(dpy, compsize);
|
/external/squashfs-tools/squashfs-tools/ |
H A D | lzo_wrapper.c | 344 lzo_uint compsize, orig_size = size; local 347 res = lzo[algorithm].compress(src, size, stream->buffer, &compsize, 360 if(compsize > block_size) 363 res = lzo1x_optimize(stream->buffer, compsize, src, &orig_size, NULL); 368 memcpy(dest, stream->buffer, compsize); 369 return compsize; 419 lzo_uintp compsize, lzo_voidp workspace) 421 return lzo1x_999_compress_level(src, src_len, dst, compsize, 418 lzo1x_999_wrapper(const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, lzo_uintp compsize, lzo_voidp workspace) argument
|
/external/libogg/src/ |
H A D | bitwise.c | 511 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){ argument 520 if(bytes!=compsize)report("wrong number of bytes!\n"); 546 void cliptestB(unsigned long *b,int vals,int bits,int *comp,int compsize){ argument 555 if(bytes!=compsize)report("wrong number of bytes!\n");
|
/external/tremolo/Tremolo/ |
H A D | bitwise.c | 390 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){ argument 393 for(i=0;i<compsize;i++)
|
Completed in 169 milliseconds