Home
last modified time | relevance | path

Searched refs:vbi_height (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/media/video/au0828/
Dau0828-vbi.c70 *size = dev->vbi_width * dev->vbi_height * 2; in vbi_setup()
90 buf->vb.size = dev->vbi_width * dev->vbi_height * 2; in vbi_prepare()
96 buf->vb.height = dev->vbi_height; in vbi_prepare()
Dau0828.h214 int vbi_height; member
Dau0828-video.c475 startwrite += bytesperline * dev->vbi_height; in au0828_copy_vbi()
628 vbi_field_size = dev->vbi_width * dev->vbi_height * 2; in au0828_isoc_copy()
1030 dev->vbi_height = 1; in au0828_v4l2_open()
1571 format->fmt.vbi.count[0] = dev->vbi_height; in vidioc_g_fmt_vbi_cap()
1572 format->fmt.vbi.count[1] = dev->vbi_height; in vidioc_g_fmt_vbi_cap()
/linux-3.4.99/drivers/media/video/em28xx/
Dem28xx-vbi.c77 *size = dev->vbi_width * dev->vbi_height * 2; in vbi_setup()
97 buf->vb.size = dev->vbi_width * dev->vbi_height * 2; in vbi_prepare()
103 buf->vb.height = dev->vbi_height; in vbi_prepare()
Dem28xx-video.c315 startwrite += bytesperline * dev->vbi_height; in em28xx_copy_vbi()
316 offset += bytesperline * dev->vbi_height; in em28xx_copy_vbi()
587 vbi_size = dev->vbi_width * dev->vbi_height; in em28xx_isoc_copy_vbi()
1903 format->fmt.vbi.count[0] = dev->vbi_height; in vidioc_g_fmt_vbi_cap()
1904 format->fmt.vbi.count[1] = dev->vbi_height; in vidioc_g_fmt_vbi_cap()
1931 format->fmt.vbi.count[0] = dev->vbi_height; in vidioc_s_fmt_vbi_cap()
1932 format->fmt.vbi.count[1] = dev->vbi_height; in vidioc_s_fmt_vbi_cap()
1985 b->length = dev->vbi_width * dev->vbi_height * 2; in vidioc_querybuf()
Dem28xx-core.c704 em28xx_write_reg(dev, EM28XX_R37_VBI_HEIGHT, dev->vbi_height); in em28xx_set_outfmt()
781 dev->vbi_height = 12; in em28xx_resolution_set()
783 dev->vbi_height = 18; in em28xx_resolution_set()
Dem28xx.h587 unsigned int vbi_height; /* lines per field */ member