Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions192 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
193 replace define V4L2_FMT_FLAG_EMULATED fmtdesc-flags
194 replace define V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM fmtdesc-flags
195 replace define V4L2_FMT_FLAG_DYN_RESOLUTION fmtdesc-flags
196 replace define V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL fmtdesc-flags
197 replace define V4L2_FMT_FLAG_CSC_COLORSPACE fmtdesc-flags
198 replace define V4L2_FMT_FLAG_CSC_XFER_FUNC fmtdesc-flags
199 replace define V4L2_FMT_FLAG_CSC_YCBCR_ENC fmtdesc-flags
200 replace define V4L2_FMT_FLAG_CSC_HSV_ENC fmtdesc-flags
201 replace define V4L2_FMT_FLAG_CSC_QUANTIZATION fmtdesc-flags
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dpixfmt-v4l2.rst119 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
164 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
178 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
193 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
206 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
240 pixel format, see :ref:`fmtdesc-flags`.
Dvidioc-enum-fmt.rst104 - See :ref:`fmtdesc-flags`
Ddev-encoder.rst285 by the :ref:`V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL <fmtdesc-flags>` format flag.
/Linux-v5.15/drivers/media/usb/uvc/
Duvc_driver.c507 struct uvc_format_desc *fmtdesc; in uvc_parse_format() local
531 fmtdesc = uvc_format_by_guid(&buffer[5]); in uvc_parse_format()
533 if (fmtdesc != NULL) { in uvc_parse_format()
534 strscpy(format->name, fmtdesc->name, in uvc_parse_format()
536 format->fcc = fmtdesc->fcc; in uvc_parse_format()
/Linux-v5.15/drivers/media/usb/gspca/
Dgspca.c999 struct v4l2_fmtdesc *fmtdesc) in vidioc_enum_fmt_vid_cap() argument
1016 if (fmtdesc->index == index) in vidioc_enum_fmt_vid_cap()
1026 fmtdesc->pixelformat = fmt_tb[index]; in vidioc_enum_fmt_vid_cap()