Searched defs:bttv_format (Results 1 – 1 of 1) sorted by relevance
100 struct bttv_format { struct101 int fourcc; /* video4linux 2 */102 int btformat; /* BT848_COLOR_FMT_* */103 int btswap; /* BT848_COLOR_CTL_* */104 int depth; /* bit/pixel */105 int flags;106 int hshift,vshift; /* for planar modes */