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