Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-enum-fmt.rst122 * - ``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
Dpixfmt-v4l2-mplane.rst42 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
Dpixfmt-v4l2.rst103 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
Dhist-v4l2.rst499 ``V4L2_FMT_FLAG_COMPRESSED`` flag. The
/Linux-v5.4/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.c100 .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/
Dvideo.c264 f->flags = V4L2_FMT_FLAG_COMPRESSED; in vidioc_enum_fmt_vid_cap()
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-ioctl.c928 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/
Dcx18-ioctl.c472 { 1, V4L2_BUF_TYPE_VIDEO_CAPTURE, V4L2_FMT_FLAG_COMPRESSED, in cx18_enum_fmt_vid_cap()
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions181 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h777 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
/Linux-v5.4/drivers/media/usb/uvc/
Duvc_v4l2.c613 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_ioctl_enum_fmt()
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ioctl.c1336 flags = V4L2_FMT_FLAG_COMPRESSED; in v4l_fill_fmtdesc()