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