Searched refs:V4L2_FMT_FLAG_META_LINE_BASED (Results 1 – 6 of 6) sorted by relevance
51 ``V4L2_FMT_FLAG_META_LINE_BASED`` flag set for :c:func:`VIDIOC_ENUM_FMT`. Such77 :c:type`v4l2_fmtdesc` flag ``V4L2_FMT_FLAG_META_LINE_BASED`` is set,82 ``V4L2_FMT_FLAG_META_LINE_BASED`` is set, otherwise zero. See87 when :c:type`v4l2_fmtdesc` flag ``V4L2_FMT_FLAG_META_LINE_BASED`` is
230 * - ``V4L2_FMT_FLAG_META_LINE_BASED``
907 #define V4L2_FMT_FLAG_META_LINE_BASED 0x0200 macro
219 replace define V4L2_FMT_FLAG_META_LINE_BASED fmtdesc-flags
1566 fmt->flags |= V4L2_FMT_FLAG_META_LINE_BASED; in v4l_fill_fmtdesc()1569 fmt->flags &= ~V4L2_FMT_FLAG_META_LINE_BASED; in v4l_fill_fmtdesc()
1925 f->flags = V4L2_FMT_FLAG_META_LINE_BASED; in unicam_enum_fmt_meta()
Completed in 29 milliseconds