Searched refs:V4L2_FMT_FLAG_COMPRESSED (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/staging/media/meson/vdec/ |
H 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/drivers/media/platform/amphion/ |
H A D | vpu_v4l2.c | 164 if (fmt->flags & V4L2_FMT_FLAG_COMPRESSED) { in vpu_calc_fmt_bytesperline() 191 if (!(fmt->flags & V4L2_FMT_FLAG_COMPRESSED)) { in vpu_calc_fmt_sizeimage() 207 if (fmt->flags & V4L2_FMT_FLAG_COMPRESSED) { in vpu_calc_fmt_sizeimage() 257 if ((fmt->flags & V4L2_FMT_FLAG_COMPRESSED) && pixmp->plane_fmt[0].sizeimage) in vpu_try_fmt_common()
|
H A D | venc.c | 90 .flags = V4L2_FMT_FLAG_COMPRESSED
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-v4l2-mplane.rst | 35 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
|
H A D | pixfmt-v4l2.rst | 101 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
|
H A D | hist-v4l2.rst | 471 ``V4L2_FMT_FLAG_COMPRESSED`` flag. The
|
/linux/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 108 .flags = V4L2_FMT_FLAG_COMPRESSED, 116 .flags = V4L2_FMT_FLAG_COMPRESSED, 124 .flags = V4L2_FMT_FLAG_COMPRESSED, 982 if ((mfmt->flags & V4L2_FMT_FLAG_COMPRESSED) && in vidioc_try_fmt_vid_cap()
|
/linux/drivers/staging/most/video/ |
H A D | video.c | 263 f->flags = V4L2_FMT_FLAG_COMPRESSED; in vidioc_enum_fmt_vid_cap()
|
/linux/drivers/media/platform/qcom/iris/ |
H A D | iris_vdec.c | 127 f->flags = V4L2_FMT_FLAG_COMPRESSED | V4L2_FMT_FLAG_DYN_RESOLUTION; in iris_vdec_enum_fmt()
|
/linux/drivers/media/pci/ivtv/ |
H A 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/drivers/media/pci/cx18/ |
H A D | cx18-ioctl.c | 47 .flags = V4L2_FMT_FLAG_COMPRESSED,
|
/linux/drivers/media/pci/zoran/ |
H A D | zoran_driver.c | 274 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in zoran_enum_fmt()
|
/linux/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 661 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_ioctl_enum_fmt()
|
/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 210 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
|
/linux/include/uapi/linux/ |
H A D | videodev2.h | 921 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 1494 flags = V4L2_FMT_FLAG_COMPRESSED; in v4l_fill_fmtdesc()
|