Searched refs:vbi_width (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;
95 buf->vb.width = dev->vbi_width;
H A Dau0828.h209 int vbi_width; member in struct:au0828_dev
H A Dau0828-video.c467 bytesperline = dev->vbi_width;
621 vbi_field_size = dev->vbi_width * dev->vbi_height * 2;
971 dev->vbi_width = 720;
1496 format->fmt.vbi.samples_per_line = dev->vbi_width;
/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;
101 buf->vb.width = dev->vbi_width;
H A Dem28xx-core.c693 em28xx_write_reg(dev, EM28XX_R36_VBI_WIDTH, dev->vbi_width/4);
768 dev->vbi_width = 720;
H A Dem28xx-video.c280 int bytesperline = dev->vbi_width;
581 vbi_size = dev->vbi_width * dev->vbi_height;
1869 format->fmt.vbi.samples_per_line = dev->vbi_width;
1897 format->fmt.vbi.samples_per_line = dev->vbi_width;
1951 b->length = dev->vbi_width * dev->vbi_height * 2;
H A Dem28xx.h559 unsigned int vbi_width; member in struct:em28xx

Completed in 184 milliseconds