Searched defs:bttv_format (Results 1 – 1 of 1) sorted by relevance
110 struct bttv_format { struct111 char *name;112 int fourcc; /* video4linux 2 */113 int btformat; /* BT848_COLOR_FMT_* */114 int btswap; /* BT848_COLOR_CTL_* */115 int depth; /* bit/pixel */116 int flags;117 int hshift,vshift; /* for planar modes */