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