Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/media/meson/vdec/
A 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 |
139 .flags = V4L2_FMT_FLAG_COMPRESSED,
150 .flags = V4L2_FMT_FLAG_COMPRESSED,
[all …]
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-enum-fmt.rst151 * - ``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 Dpixfmt-v4l2-mplane.rst35 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
A Dpixfmt-v4l2.rst101 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
A Dhist-v4l2.rst471 ``V4L2_FMT_FLAG_COMPRESSED`` flag. The
/linux-6.3-rc2/drivers/media/platform/amphion/
A Dvdec.c103 .flags = V4L2_FMT_FLAG_DYN_RESOLUTION | V4L2_FMT_FLAG_COMPRESSED
110 .flags = V4L2_FMT_FLAG_DYN_RESOLUTION | V4L2_FMT_FLAG_COMPRESSED
117 .flags = V4L2_FMT_FLAG_DYN_RESOLUTION | V4L2_FMT_FLAG_COMPRESSED
124 .flags = V4L2_FMT_FLAG_DYN_RESOLUTION | V4L2_FMT_FLAG_COMPRESSED
131 .flags = V4L2_FMT_FLAG_COMPRESSED
138 .flags = V4L2_FMT_FLAG_DYN_RESOLUTION | V4L2_FMT_FLAG_COMPRESSED
145 .flags = V4L2_FMT_FLAG_DYN_RESOLUTION | V4L2_FMT_FLAG_COMPRESSED
152 .flags = V4L2_FMT_FLAG_DYN_RESOLUTION | V4L2_FMT_FLAG_COMPRESSED
159 .flags = V4L2_FMT_FLAG_DYN_RESOLUTION | V4L2_FMT_FLAG_COMPRESSED
166 .flags = V4L2_FMT_FLAG_DYN_RESOLUTION | V4L2_FMT_FLAG_COMPRESSED
A Dvpu_v4l2.c156 if (fmt->flags & V4L2_FMT_FLAG_COMPRESSED) { in vpu_calc_fmt_bytesperline()
183 if (!(fmt->flags & V4L2_FMT_FLAG_COMPRESSED)) { in vpu_calc_fmt_sizeimage()
199 if (fmt->flags & V4L2_FMT_FLAG_COMPRESSED) { in vpu_calc_fmt_sizeimage()
249 if ((fmt->flags & V4L2_FMT_FLAG_COMPRESSED) && pixmp->plane_fmt[0].sizeimage) in vpu_try_fmt_common()
A Dvenc.c89 .flags = V4L2_FMT_FLAG_COMPRESSED
/linux-6.3-rc2/drivers/staging/vc04_services/bcm2835-camera/
A Dbcm2835-camera.c107 .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.3-rc2/drivers/staging/most/video/
A Dvideo.c263 f->flags = V4L2_FMT_FLAG_COMPRESSED; in vidioc_enum_fmt_vid_cap()
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-ioctl.c923 .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.3-rc2/drivers/media/pci/cx18/
A Dcx18-ioctl.c476 .flags = V4L2_FMT_FLAG_COMPRESSED, in cx18_enum_fmt_vid_cap()
/linux-6.3-rc2/drivers/media/pci/zoran/
A Dzoran_driver.c274 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in zoran_enum_fmt()
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h846 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dvideodev2.h.rst.exceptions204 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
/linux-6.3-rc2/drivers/media/usb/uvc/
A Duvc_v4l2.c714 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_ioctl_enum_fmt()
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-ioctl.c1455 flags = V4L2_FMT_FLAG_COMPRESSED; in v4l_fill_fmtdesc()

Completed in 45 milliseconds