Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/test-drivers/vivid/
Dvivid-vbi-out.c153 vbi->flags = dev->vbi_cap_interlaced ? V4L2_VBI_INTERLACED : 0; in vidioc_g_fmt_vbi_out()
Dvivid-vbi-gen.c125 if (vbi_fmt->flags & V4L2_VBI_INTERLACED) in vivid_vbi_gen_raw()
Dvivid-vbi-cap.c77 vbi->flags = dev->vbi_cap_interlaced ? V4L2_VBI_INTERLACED : 0; in vivid_g_fmt_vbi_cap()
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Ddev-raw-vbi.rst201 * - ``V4L2_VBI_INTERLACED``
/Linux-v6.6/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions484 replace define V4L2_VBI_INTERLACED vbifmt-flags
/Linux-v6.6/include/uapi/linux/
Dvideodev2.h2240 #define V4L2_VBI_INTERLACED (1 << 1) macro