Home
last modified time | relevance | path

Searched defs:meteor_pixfmt (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/video/bktr/
H A Dioctl_bt848.h196 struct meteor_pixfmt { struct
197 u_int index; /* Index in supported pixfmt list */
198 METEOR_PIXTYPE type; /* What's the board gonna feed us */
199 u_int Bpp; /* Bytes per pixel */
200 u_long masks[3]; /* R,G,B or Y,U,V masks, respectively */
224 #define METEORGSUPPIXFMT _IOWR('x', 65, struct meteor_pixfmt) argument