Home
last modified time | relevance | path

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

/Linux-v5.10/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,
138 .flags = V4L2_FMT_FLAG_COMPRESSED,
[all …]
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-enum-fmt.rst147 * - ``V4L2_FMT_FLAG_COMPRESSED``
163 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to compressed
173 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to
189 ``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-v5.10/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.c109 .flags = V4L2_FMT_FLAG_COMPRESSED,
117 .flags = V4L2_FMT_FLAG_COMPRESSED,
125 .flags = V4L2_FMT_FLAG_COMPRESSED,
991 if ((mfmt->flags & V4L2_FMT_FLAG_COMPRESSED) && in vidioc_try_fmt_vid_cap()
/Linux-v5.10/drivers/staging/most/video/
Dvideo.c263 f->flags = V4L2_FMT_FLAG_COMPRESSED; in vidioc_enum_fmt_vid_cap()
/Linux-v5.10/drivers/media/pci/ivtv/
Divtv-ioctl.c929 .flags = V4L2_FMT_FLAG_COMPRESSED, in ivtv_enum_fmt_vid_cap()
956 .flags = V4L2_FMT_FLAG_COMPRESSED, in ivtv_enum_fmt_vid_out()
/Linux-v5.10/drivers/staging/media/zoran/
Dzoran_driver.c279 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in zoran_enum_fmt()
/Linux-v5.10/drivers/media/pci/cx18/
Dcx18-ioctl.c478 .flags = V4L2_FMT_FLAG_COMPRESSED, in cx18_enum_fmt_vid_cap()
/Linux-v5.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions186 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h793 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
/Linux-v5.10/drivers/media/usb/uvc/
Duvc_v4l2.c647 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_ioctl_enum_fmt()
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c1408 flags = V4L2_FMT_FLAG_COMPRESSED; in v4l_fill_fmtdesc()