Home
last modified time | relevance | path

Searched refs:V4L2_FMT_FLAG_COMPRESSED (Results 1 – 15 of 15) sorted by relevance

/linux-6.1.9/drivers/staging/media/meson/vdec/
Dvdec_platform.c27 .flags = V4L2_FMT_FLAG_COMPRESSED |
39 .flags = V4L2_FMT_FLAG_COMPRESSED,
50 .flags = V4L2_FMT_FLAG_COMPRESSED,
65 .flags = V4L2_FMT_FLAG_COMPRESSED |
77 .flags = V4L2_FMT_FLAG_COMPRESSED |
89 .flags = V4L2_FMT_FLAG_COMPRESSED,
100 .flags = V4L2_FMT_FLAG_COMPRESSED,
115 .flags = V4L2_FMT_FLAG_COMPRESSED |
127 .flags = V4L2_FMT_FLAG_COMPRESSED |
139 .flags = V4L2_FMT_FLAG_COMPRESSED,
[all …]
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dvidioc-enum-fmt.rst151 * - ``V4L2_FMT_FLAG_COMPRESSED``
167 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to compressed
177 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to
193 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to
Dpixfmt-v4l2-mplane.rst35 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
Dpixfmt-v4l2.rst101 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
Dhist-v4l2.rst471 ``V4L2_FMT_FLAG_COMPRESSED`` flag. The
/linux-6.1.9/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.c107 .flags = V4L2_FMT_FLAG_COMPRESSED,
115 .flags = V4L2_FMT_FLAG_COMPRESSED,
123 .flags = V4L2_FMT_FLAG_COMPRESSED,
987 if ((mfmt->flags & V4L2_FMT_FLAG_COMPRESSED) && in vidioc_try_fmt_vid_cap()
/linux-6.1.9/drivers/staging/most/video/
Dvideo.c263 f->flags = V4L2_FMT_FLAG_COMPRESSED; in vidioc_enum_fmt_vid_cap()
/linux-6.1.9/drivers/usb/gadget/function/
Duvc_v4l2.c378 f->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_v4l2_enum_format()
/linux-6.1.9/drivers/media/pci/ivtv/
Divtv-ioctl.c923 .flags = V4L2_FMT_FLAG_COMPRESSED, in ivtv_enum_fmt_vid_cap()
950 .flags = V4L2_FMT_FLAG_COMPRESSED, in ivtv_enum_fmt_vid_out()
/linux-6.1.9/drivers/media/pci/cx18/
Dcx18-ioctl.c476 .flags = V4L2_FMT_FLAG_COMPRESSED, in cx18_enum_fmt_vid_cap()
/linux-6.1.9/drivers/media/pci/zoran/
Dzoran_driver.c274 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in zoran_enum_fmt()
/linux-6.1.9/include/uapi/linux/
Dvideodev2.h832 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
/linux-6.1.9/drivers/media/usb/uvc/
Duvc_v4l2.c662 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_ioctl_enum_fmt()
/linux-6.1.9/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions204 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-ioctl.c1452 flags = V4L2_FMT_FLAG_COMPRESSED; in v4l_fill_fmtdesc()