Home
last modified time | relevance | path

Searched refs:vbi_width (Results 1 – 6 of 6) sorted by relevance

/drivers/media/usb/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()
95 buf->vb.width = dev->vbi_width; in vbi_prepare()
Dau0828.h233 int vbi_width; member
Dau0828-video.c474 bytesperline = dev->vbi_width; in au0828_copy_vbi()
637 vbi_field_size = dev->vbi_width * dev->vbi_height * 2; in au0828_isoc_copy()
1631 format->fmt.vbi.samples_per_line = dev->vbi_width; in vidioc_g_fmt_vbi_cap()
2059 dev->vbi_width = 720; in au0828_analog_register()
/drivers/media/usb/em28xx/
Dem28xx-vbi.c45 size = v4l2->vbi_width * v4l2->vbi_height * 2; in vbi_queue_setup()
67 size = v4l2->vbi_width * v4l2->vbi_height * 2; in vbi_buffer_prepare()
Dem28xx-video.c251 em28xx_write_reg(dev, EM28XX_R36_VBI_WIDTH, v4l2->vbi_width/4); in em28xx_set_outfmt()
336 v4l2->vbi_width = 720; in em28xx_resolution_set()
544 offset += dev->v4l2->vbi_width * dev->v4l2->vbi_height; in em28xx_copy_vbi()
687 int vbi_size = v4l2->vbi_width * v4l2->vbi_height; in process_frame_data_em28xx()
1800 format->fmt.vbi.samples_per_line = v4l2->vbi_width; in vidioc_g_fmt_vbi_cap()
Dem28xx.h550 unsigned int vbi_width; member