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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828-vbi.c70 *size = dev->vbi_width * dev->vbi_height * 2;
90 buf->vb.size = dev->vbi_width * dev->vbi_height * 2;
96 buf->vb.height = dev->vbi_height;
H A Dau0828.h210 int vbi_height; member in struct:au0828_dev
H A Dau0828-video.c477 startwrite += bytesperline * dev->vbi_height;
621 vbi_field_size = dev->vbi_width * dev->vbi_height * 2;
972 dev->vbi_height = 1;
1502 format->fmt.vbi.count[0] = dev->vbi_height;
1503 format->fmt.vbi.count[1] = dev->vbi_height;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-vbi.c76 *size = dev->vbi_width * dev->vbi_height * 2;
96 buf->vb.size = dev->vbi_width * dev->vbi_height * 2;
102 buf->vb.height = dev->vbi_height;
H A Dem28xx-video.c313 startwrite += bytesperline * dev->vbi_height;
314 offset += bytesperline * dev->vbi_height;
581 vbi_size = dev->vbi_width * dev->vbi_height;
1874 format->fmt.vbi.count[0] = dev->vbi_height;
1875 format->fmt.vbi.count[1] = dev->vbi_height;
1902 format->fmt.vbi.count[0] = dev->vbi_height;
1903 format->fmt.vbi.count[1] = dev->vbi_height;
1951 b->length = dev->vbi_width * dev->vbi_height * 2;
H A Dem28xx-core.c694 em28xx_write_reg(dev, EM28XX_R37_VBI_HEIGHT, dev->vbi_height);
770 dev->vbi_height = 12;
772 dev->vbi_height = 18;
H A Dem28xx.h560 unsigned int vbi_height; /* lines per field */ member in struct:em28xx

Completed in 166 milliseconds