Searched refs:WIDTH (Results 1 - 2 of 2) 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) argument
863 size = WIDTH*HEIGHT;
866 if ( (i/WIDTH) % 2 == 0 ) {
869 if ( (i > WIDTH) && ((i % WIDTH) > 0) ) {
870 *scanpt++ = (*(rawpt-WIDTH-1)+*(rawpt-WIDTH+1)+
871 *(rawpt+WIDTH
932 bayer2rgb32le(unsigned char *dst, unsigned char *src, long int WIDTH, long int HEIGHT) argument
[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;

Completed in 22 milliseconds