Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/v4l-utils/
H A D0002-libv4l-mplane-Filter-out-multiplane-formats.patch58 + struct v4l2_fmtdesc fmtdesc = { 0 };
61 + fmtdesc.type = type;
62 + fmtdesc.index = n;
64 + ret = SYS_IOCTL(fd, VIDIOC_ENUM_FMT, &fmtdesc);
71 + format.fmt.pix.pixelformat = fmtdesc.pixelformat;
/OK3568_Linux_fs/buildroot/package/libv4l/
H A D0002-libv4l-mplane-Filter-out-multiplane-formats.patch58 + struct v4l2_fmtdesc fmtdesc = { 0 };
61 + fmtdesc.type = type;
62 + fmtdesc.index = n;
64 + ret = SYS_IOCTL(fd, VIDIOC_ENUM_FMT, &fmtdesc);
71 + format.fmt.pix.pixelformat = fmtdesc.pixelformat;
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions188 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
189 replace define V4L2_FMT_FLAG_EMULATED fmtdesc-flags
190 replace define V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM fmtdesc-flags
191 replace define V4L2_FMT_FLAG_DYN_RESOLUTION fmtdesc-flags
192 replace define V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL fmtdesc-flags
193 replace define V4L2_FMT_FLAG_CSC_COLORSPACE fmtdesc-flags
194 replace define V4L2_FMT_FLAG_CSC_XFER_FUNC fmtdesc-flags
195 replace define V4L2_FMT_FLAG_CSC_YCBCR_ENC fmtdesc-flags
196 replace define V4L2_FMT_FLAG_CSC_HSV_ENC fmtdesc-flags
197 replace define V4L2_FMT_FLAG_CSC_QUANTIZATION fmtdesc-flags
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/usbcamera/
H A Dcamera.cpp112 struct v4l2_fmtdesc fmtdesc; in camera_init() local
117 fmtdesc.index = 0; in camera_init()
118 fmtdesc.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in camera_init()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A 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`.
H A Dvidioc-enum-fmt.rst102 - See :ref:`fmtdesc-flags`
H A Ddev-encoder.rst285 by the :ref:`V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL <fmtdesc-flags>` format flag.
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_driver.c512 struct uvc_format_desc *fmtdesc; in uvc_parse_format() local
536 fmtdesc = uvc_format_by_guid(&buffer[5]); in uvc_parse_format()
538 if (fmtdesc != NULL) { in uvc_parse_format()
539 strscpy(format->name, fmtdesc->name, in uvc_parse_format()
541 format->fcc = fmtdesc->fcc; in uvc_parse_format()
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A 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()