Searched defs:bttv_overlay (Results 1 – 2 of 2) sorted by relevance
182 struct bttv_overlay { struct183 unsigned int tvnorm;184 struct v4l2_rect w;185 enum v4l2_field field;186 struct v4l2_clip *clips;187 int nclips;188 int setup_ok;
2703 static int bttv_overlay(struct file *file, void *f, unsigned int on) in bttv_overlay() function