Searched refs:V4L2_VBI_INTERLACED (Results 1 – 6 of 6) sorted by relevance
153 vbi->flags = dev->vbi_cap_interlaced ? V4L2_VBI_INTERLACED : 0; in vidioc_g_fmt_vbi_out()
125 if (vbi_fmt->flags & V4L2_VBI_INTERLACED) in vivid_vbi_gen_raw()
77 vbi->flags = dev->vbi_cap_interlaced ? V4L2_VBI_INTERLACED : 0; in vivid_g_fmt_vbi_cap()
201 * - ``V4L2_VBI_INTERLACED``
484 replace define V4L2_VBI_INTERLACED vbifmt-flags
2240 #define V4L2_VBI_INTERLACED (1 << 1) macro