Searched defs:meteor_pixfmt (Results 1 – 1 of 1) sorted by relevance
387 struct meteor_pixfmt { struct388 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