Home
last modified time | relevance | path

Searched refs:WIDTH (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp75 void bayer2rgb24(unsigned char *dst, unsigned char *src, long int WIDTH, long int HEIGHT);
76 void bayer2rgb32le(unsigned char *dst, unsigned char *src, long int WIDTH, long int HEIGHT);
855 void bayer2rgb24(unsigned char *dst, unsigned char *src, long int WIDTH, long int HEIGHT) in bayer2rgb24() argument
863 size = WIDTH*HEIGHT; in bayer2rgb24()
866 if ( (i/WIDTH) % 2 == 0 ) { in bayer2rgb24()
869 if ( (i > WIDTH) && ((i % WIDTH) > 0) ) { in bayer2rgb24()
870 *scanpt++ = (*(rawpt-WIDTH-1)+*(rawpt-WIDTH+1)+ in bayer2rgb24()
871 *(rawpt+WIDTH-1)+*(rawpt+WIDTH+1))/4; /* R */ in bayer2rgb24()
873 *(rawpt+WIDTH)+*(rawpt-WIDTH))/4; /* G */ in bayer2rgb24()
877 *scanpt++ = *(rawpt+WIDTH+1); /* R */ in bayer2rgb24()
[all …]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c61 #define WIDTH 0x040 /* width was given */ macro
495 flags |= WIDTH;
519 flags |= WIDTH;
/haiku/docs/apps/mail/Mass Mailing Tips/
H A DHow to Send Customized E-mail.txt140 <IMG alt=3D"[No Spam Icon]" WIDTH=3D32 HEIGHT=3D32
/haiku/src/system/libroot/posix/glibc/locale/
H A DC-translit.h.in70 "\x200b" "" /* <U200B> ZERO WIDTH SPACE */
518 "\xfeff" "" /* <UFEFF> ZERO WIDTH NO-BREAK SPACE */