Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-ioctl.c465 winfmt->w.width = itv->osd_rect.width; in ivtv_g_fmt_vid_out_overlay()
466 winfmt->w.height = itv->osd_rect.height; in ivtv_g_fmt_vid_out_overlay()
1416 fb->fmt.width = itv->osd_rect.width; in ivtv_g_fbuf()
1417 fb->fmt.height = itv->osd_rect.height; in ivtv_g_fbuf()
Divtvfb.c811 itv->osd_rect.width = var->xres; in _ivtvfb_check_var()
812 itv->osd_rect.height = var->yres; in _ivtvfb_check_var()
Divtv-driver.h752 struct v4l2_rect osd_rect; /* current OSD position and size */ member