Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/au0828/
Dau0828-vbi.c38 unsigned long size = dev->vbi_width * dev->vbi_height * 2; in vbi_queue_setup()
52 size = dev->vbi_width * dev->vbi_height * 2; in vbi_buffer_prepare()
Dau0828.h233 int vbi_height; member
Dau0828-video.c462 startwrite += bytesperline * dev->vbi_height; in au0828_copy_vbi()
612 vbi_field_size = dev->vbi_width * dev->vbi_height * 2; in au0828_isoc_copy()
1610 format->fmt.vbi.count[0] = dev->vbi_height; in vidioc_g_fmt_vbi_cap()
1611 format->fmt.vbi.count[1] = dev->vbi_height; in vidioc_g_fmt_vbi_cap()
1965 dev->vbi_height = 1; in au0828_analog_register()
/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-vbi.c37 unsigned long size = v4l2->vbi_width * v4l2->vbi_height * 2; in vbi_queue_setup()
60 size = v4l2->vbi_width * v4l2->vbi_height * 2; in vbi_buffer_prepare()
Dem28xx-video.c251 em28xx_write_reg(dev, EM28XX_R37_VBI_HEIGHT, v4l2->vbi_height); in em28xx_set_outfmt()
339 v4l2->vbi_height = 12; in em28xx_resolution_set()
341 v4l2->vbi_height = 18; in em28xx_resolution_set()
556 offset += dev->v4l2->vbi_width * dev->v4l2->vbi_height; in em28xx_copy_vbi()
705 int vbi_size = v4l2->vbi_width * v4l2->vbi_height; in process_frame_data_em28xx()
2018 format->fmt.vbi.count[0] = v4l2->vbi_height; in vidioc_g_fmt_vbi_cap()
2019 format->fmt.vbi.count[1] = v4l2->vbi_height; in vidioc_g_fmt_vbi_cap()
Dem28xx.h589 unsigned int vbi_height; /* lines per field */ member