Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dbt8xx.h387 struct meteor_pixfmt { struct
388 u_int index; /* Index in supported pixfmt list */
389 METEOR_PIXTYPE type; /* What's the board gonna feed us */
390 u_int Bpp; /* Bytes per pixel */
391 u_int masks[3]; /* R,G,B or Y,U,V masks, respectively */
415 #define METEORGSUPPIXFMT _IOWR('x', 65, struct meteor_pixfmt) argument