Searched refs:fmtdesc (Results 1 – 10 of 10) sorted by relevance
122 const struct uvc_format_desc *fmtdesc = to_uvc_format(format->fmt); in find_format_by_pix() local124 if (IS_ERR(fmtdesc)) in find_format_by_pix()127 if (fmtdesc->fcc == pixelformat) { in find_format_by_pix()246 const struct uvc_format_desc *fmtdesc; in uvc_v4l2_try_format() local284 fmtdesc = to_uvc_format(uformat); in uvc_v4l2_try_format()285 if (IS_ERR(fmtdesc)) in uvc_v4l2_try_format()286 return PTR_ERR(fmtdesc); in uvc_v4l2_try_format()287 fmt->fmt.pix.pixelformat = fmtdesc->fcc; in uvc_v4l2_try_format()388 const struct uvc_format_desc *fmtdesc; in uvc_v4l2_enum_format() local398 fmtdesc = to_uvc_format(uformat); in uvc_v4l2_enum_format()[all …]
209 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags210 replace define V4L2_FMT_FLAG_EMULATED fmtdesc-flags211 replace define V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM fmtdesc-flags212 replace define V4L2_FMT_FLAG_DYN_RESOLUTION fmtdesc-flags213 replace define V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL fmtdesc-flags214 replace define V4L2_FMT_FLAG_CSC_COLORSPACE fmtdesc-flags215 replace define V4L2_FMT_FLAG_CSC_XFER_FUNC fmtdesc-flags216 replace define V4L2_FMT_FLAG_CSC_YCBCR_ENC fmtdesc-flags217 replace define V4L2_FMT_FLAG_CSC_HSV_ENC fmtdesc-flags218 replace define V4L2_FMT_FLAG_CSC_QUANTIZATION fmtdesc-flags[all …]
119 :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`.
104 - See :ref:`fmtdesc-flags`
285 by the :ref:`V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL <fmtdesc-flags>` format flag.
403 struct v4l2_fmtdesc *fmtdesc) in sun6i_isp_params_enum_fmt() argument409 if (fmtdesc->index > 0) in sun6i_isp_params_enum_fmt()412 fmtdesc->pixelformat = params_format->dataformat; in sun6i_isp_params_enum_fmt()
439 struct v4l2_fmtdesc *fmtdesc) in sun6i_isp_capture_enum_fmt() argument441 u32 index = fmtdesc->index; in sun6i_isp_capture_enum_fmt()446 fmtdesc->pixelformat = sun6i_isp_capture_formats[index].pixelformat; in sun6i_isp_capture_enum_fmt()
731 struct v4l2_fmtdesc *fmtdesc) in sun6i_csi_capture_enum_fmt() argument733 u32 index = fmtdesc->index; in sun6i_csi_capture_enum_fmt()738 fmtdesc->pixelformat = sun6i_csi_capture_formats[index].pixelformat; in sun6i_csi_capture_enum_fmt()
1001 struct v4l2_fmtdesc *fmtdesc) in vidioc_enum_fmt_vid_cap() argument1018 if (fmtdesc->index == index) in vidioc_enum_fmt_vid_cap()1028 fmtdesc->pixelformat = fmt_tb[index]; in vidioc_enum_fmt_vid_cap()
230 const struct uvc_format_desc *fmtdesc; in uvc_parse_format() local255 fmtdesc = uvc_format_by_guid(&buffer[5]); in uvc_parse_format()257 if (!fmtdesc) { in uvc_parse_format()267 format->fcc = fmtdesc->fcc; in uvc_parse_format()