Home
last modified time | relevance | path

Searched refs:V4L2_FMT_FLAG_META_LINE_BASED (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddev-meta.rst51 ``V4L2_FMT_FLAG_META_LINE_BASED`` flag set for :c:func:`VIDIOC_ENUM_FMT`. Such
77 :c:type`v4l2_fmtdesc` flag ``V4L2_FMT_FLAG_META_LINE_BASED`` is set,
82 ``V4L2_FMT_FLAG_META_LINE_BASED`` is set, otherwise zero. See
87 when :c:type`v4l2_fmtdesc` flag ``V4L2_FMT_FLAG_META_LINE_BASED`` is
H A Dvidioc-enum-fmt.rst240 * - ``V4L2_FMT_FLAG_META_LINE_BASED``
/linux-6.15/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions220 replace define V4L2_FMT_FLAG_META_LINE_BASED fmtdesc-flags
/linux-6.15/include/uapi/linux/
H A Dvideodev2.h910 #define V4L2_FMT_FLAG_META_LINE_BASED 0x0200 macro
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1571 fmt->flags |= V4L2_FMT_FLAG_META_LINE_BASED; in v4l_fill_fmtdesc()
1574 fmt->flags &= ~V4L2_FMT_FLAG_META_LINE_BASED; in v4l_fill_fmtdesc()
/linux-6.15/drivers/media/platform/broadcom/
H A Dbcm2835-unicam.c1943 f->flags = V4L2_FMT_FLAG_META_LINE_BASED; in unicam_enum_fmt_meta()
/linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c1472 f->flags = V4L2_FMT_FLAG_META_LINE_BASED; in cfe_enum_fmt_meta()