Searched refs:V4L2_FMT_FLAG_COMPRESSED (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/staging/media/meson/vdec/ |
A 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, 138 .flags = V4L2_FMT_FLAG_COMPRESSED, [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
A 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
|
A D | pixfmt-v4l2-mplane.rst | 35 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
|
A D | pixfmt-v4l2.rst | 101 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
|
A D | hist-v4l2.rst | 471 ``V4L2_FMT_FLAG_COMPRESSED`` flag. The
|
/linux/drivers/staging/vc04_services/bcm2835-camera/ |
A D | bcm2835-camera.c | 109 .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/drivers/staging/most/video/ |
A D | video.c | 263 f->flags = V4L2_FMT_FLAG_COMPRESSED; in vidioc_enum_fmt_vid_cap()
|
/linux/drivers/media/pci/ivtv/ |
A D | ivtv-ioctl.c | 924 .flags = V4L2_FMT_FLAG_COMPRESSED, in ivtv_enum_fmt_vid_cap() 951 .flags = V4L2_FMT_FLAG_COMPRESSED, in ivtv_enum_fmt_vid_out()
|
/linux/drivers/staging/media/zoran/ |
A D | zoran_driver.c | 279 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in zoran_enum_fmt()
|
/linux/drivers/media/pci/cx18/ |
A D | cx18-ioctl.c | 478 .flags = V4L2_FMT_FLAG_COMPRESSED, in cx18_enum_fmt_vid_cap()
|
/linux/include/uapi/linux/ |
A D | videodev2.h | 800 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
|
/linux/drivers/media/usb/uvc/ |
A D | uvc_v4l2.c | 656 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_ioctl_enum_fmt()
|
/linux/Documentation/userspace-api/media/ |
A D | videodev2.h.rst.exceptions | 194 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-ioctl.c | 1394 flags = V4L2_FMT_FLAG_COMPRESSED; in v4l_fill_fmtdesc()
|
Completed in 38 milliseconds