Home
last modified time | relevance | path

Searched refs:osd_rect (Results 1 – 3 of 3) sorted by relevance

/drivers/media/pci/ivtv/
Divtv-ioctl.c457 winfmt->w.width = itv->osd_rect.width; in ivtv_g_fmt_vid_out_overlay()
458 winfmt->w.height = itv->osd_rect.height; in ivtv_g_fmt_vid_out_overlay()
1404 fb->fmt.width = itv->osd_rect.width; in ivtv_g_fbuf()
1405 fb->fmt.height = itv->osd_rect.height; in ivtv_g_fbuf()
Divtvfb.c796 itv->osd_rect.width = var->xres; in _ivtvfb_check_var()
797 itv->osd_rect.height = var->yres; in _ivtvfb_check_var()
Divtv-driver.h752 struct v4l2_rect osd_rect; /* current OSD position and size */ member