Searched refs:fmtdesc (Results 1 – 3 of 3) sorted by relevance
131 const struct uvc_format_desc *fmtdesc = to_uvc_format(format->fmt); in find_format_by_pix() local133 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() local293 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() local457 fmtdesc = to_uvc_format(uformat); in uvc_v4l2_enum_format()[all …]
120 :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`.
286 by the :ref:`V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL <fmtdesc-flags>` format flag.