Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.c131 const struct uvc_format_desc *fmtdesc = to_uvc_format(format->fmt); in find_format_by_pix() local
133 if (IS_ERR(fmtdesc)) in find_format_by_pix()
136 if (fmtdesc->fcc == pixelformat) { in find_format_by_pix()
255 const struct uvc_format_desc *fmtdesc; in uvc_v4l2_try_format() local
293 fmtdesc = to_uvc_format(uformat); in uvc_v4l2_try_format()
294 if (IS_ERR(fmtdesc)) in uvc_v4l2_try_format()
295 return PTR_ERR(fmtdesc); in uvc_v4l2_try_format()
296 fmt->fmt.pix.pixelformat = fmtdesc->fcc; in uvc_v4l2_try_format()
447 const struct uvc_format_desc *fmtdesc; in uvc_v4l2_enum_format() local
457 fmtdesc = to_uvc_format(uformat); in uvc_v4l2_enum_format()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2.rst120 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
165 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
179 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
194 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
207 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
241 pixel format, see :ref:`fmtdesc-flags`.
H A Ddev-encoder.rst286 by the :ref:`V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL <fmtdesc-flags>` format flag.