Lines Matching refs:vbi
17 MODULE_PARM_DESC(vbibufs, "number of vbi buffers, range 2-32");
21 MODULE_PARM_DESC(vbi_debug, "enable debug messages [vbi]");
25 printk(KERN_DEBUG pr_fmt("%s: vbi:" fmt), \
41 f->fmt.vbi.sampling_rate = 27000000;
42 f->fmt.vbi.samples_per_line = VBI_LINE_LENGTH;
43 f->fmt.vbi.sample_format = V4L2_PIX_FMT_GREY;
44 f->fmt.vbi.offset = 0;
45 f->fmt.vbi.flags = 0;
48 f->fmt.vbi.start[0] = V4L2_VBI_ITU_525_F1_START + 9;
49 f->fmt.vbi.start[1] = V4L2_VBI_ITU_525_F2_START + 9;
50 f->fmt.vbi.count[0] = VBI_NTSC_LINE_COUNT;
51 f->fmt.vbi.count[1] = VBI_NTSC_LINE_COUNT;
54 f->fmt.vbi.start[0] = V4L2_VBI_ITU_625_F1_START + 5;
55 f->fmt.vbi.start[1] = V4L2_VBI_ITU_625_F2_START + 5;
56 f->fmt.vbi.count[0] = VBI_PAL_LINE_COUNT;
57 f->fmt.vbi.count[1] = VBI_PAL_LINE_COUNT;
66 * deal with vbi payload and return indication if