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