Searched refs:V4L2_FMT_FLAG_COMPRESSED (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | vidioc-enum-fmt.rst | 122 * - ``V4L2_FMT_FLAG_COMPRESSED`` 136 the ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to compressed 144 with the ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to
|
D | pixfmt-v4l2-mplane.rst | 42 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
|
D | pixfmt-v4l2.rst | 103 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
|
D | hist-v4l2.rst | 499 ``V4L2_FMT_FLAG_COMPRESSED`` flag. The
|
/Linux-v5.4/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.c | 100 .flags = V4L2_FMT_FLAG_COMPRESSED, 108 .flags = V4L2_FMT_FLAG_COMPRESSED, 116 .flags = V4L2_FMT_FLAG_COMPRESSED, 980 if ((mfmt->flags & V4L2_FMT_FLAG_COMPRESSED) && in vidioc_try_fmt_vid_cap()
|
/Linux-v5.4/drivers/staging/most/video/ |
D | video.c | 264 f->flags = V4L2_FMT_FLAG_COMPRESSED; in vidioc_enum_fmt_vid_cap()
|
/Linux-v5.4/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 928 0, V4L2_BUF_TYPE_VIDEO_CAPTURE, V4L2_FMT_FLAG_COMPRESSED, in ivtv_enum_fmt_vid_cap() 954 0, V4L2_BUF_TYPE_VIDEO_OUTPUT, V4L2_FMT_FLAG_COMPRESSED, in ivtv_enum_fmt_vid_out()
|
/Linux-v5.4/drivers/media/pci/cx18/ |
D | cx18-ioctl.c | 472 { 1, V4L2_BUF_TYPE_VIDEO_CAPTURE, V4L2_FMT_FLAG_COMPRESSED, in cx18_enum_fmt_vid_cap()
|
/Linux-v5.4/Documentation/media/ |
D | videodev2.h.rst.exceptions | 181 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
|
/Linux-v5.4/include/uapi/linux/ |
D | videodev2.h | 777 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
|
/Linux-v5.4/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 613 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_ioctl_enum_fmt()
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 1336 flags = V4L2_FMT_FLAG_COMPRESSED; in v4l_fill_fmtdesc()
|