Searched refs:V4L2_FMT_FLAG_COMPRESSED (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/staging/media/meson/vdec/ |
D | vdec_platform.c | 27 .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/ |
D | vidioc-enum-fmt.rst | 151 * - ``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
|
D | pixfmt-v4l2-mplane.rst | 35 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
|
D | pixfmt-v4l2.rst | 101 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
|
D | hist-v4l2.rst | 471 ``V4L2_FMT_FLAG_COMPRESSED`` flag. The
|
/linux-6.1.9/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.c | 107 .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/ |
D | video.c | 263 f->flags = V4L2_FMT_FLAG_COMPRESSED; in vidioc_enum_fmt_vid_cap()
|
/linux-6.1.9/drivers/usb/gadget/function/ |
D | uvc_v4l2.c | 378 f->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_v4l2_enum_format()
|
/linux-6.1.9/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 923 .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/ |
D | cx18-ioctl.c | 476 .flags = V4L2_FMT_FLAG_COMPRESSED, in cx18_enum_fmt_vid_cap()
|
/linux-6.1.9/drivers/media/pci/zoran/ |
D | zoran_driver.c | 274 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in zoran_enum_fmt()
|
/linux-6.1.9/include/uapi/linux/ |
D | videodev2.h | 832 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
|
/linux-6.1.9/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 662 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_ioctl_enum_fmt()
|
/linux-6.1.9/Documentation/userspace-api/media/ |
D | videodev2.h.rst.exceptions | 204 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
|
/linux-6.1.9/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 1452 flags = V4L2_FMT_FLAG_COMPRESSED; in v4l_fill_fmtdesc()
|