Lines Matching refs:ov
2175 kfree(fh->ov.clips);
2176 fh->ov.clips = clips;
2177 fh->ov.nclips = n;
2179 fh->ov.w = win->w;
2180 fh->ov.field = win->field;
2181 fh->ov.setup_ok = 1;
2183 btv->init.ov.w.width = win->w.width;
2184 btv->init.ov.w.height = win->w.height;
2185 btv->init.ov.field = win->field;
2194 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new);
2286 f->fmt.win.w = fh->ov.w;
2287 f->fmt.win.field = fh->ov.field;
2547 if (unlikely(!fh->ov.setup_ok)) {
2559 fh->ov.tvnorm = btv->tvnorm;
2562 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new);
2619 fh->ov.w.left = 0;
2620 fh->ov.w.top = 0;
2621 fh->ov.w.width = fb->fmt.width;
2622 fh->ov.w.height = fb->fmt.height;
2623 btv->init.ov.w.width = fb->fmt.width;
2624 btv->init.ov.w.height = fb->fmt.height;
2626 kfree(fh->ov.clips);
2627 fh->ov.clips = NULL;
2628 fh->ov.nclips = 0;
2635 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new);
2990 fh->ov.setup_ok = 0;
4097 btv->init.ov.w.width = 320;
4098 btv->init.ov.w.height = 240;
4102 btv->init.ov.w.width = 320;
4103 btv->init.ov.w.height = 240;
4104 btv->init.ov.field = V4L2_FIELD_INTERLACED;