Home
last modified time | relevance | path

Searched refs:multiplanar (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/media/test-drivers/vivid/
H A Dvivid-touch-cap.c128 if (dev->multiplanar) in vivid_g_fmt_tch()
139 if (!dev->multiplanar) in vivid_g_fmt_tch_mplane()
152 if (parm->type != (dev->multiplanar ? in vivid_g_parm_tch()
H A Dvivid-core.c108 static unsigned multiplanar[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = 1 }; variable
109 module_param_array(multiplanar, uint, NULL, 0444);
110 MODULE_PARM_DESC(multiplanar, " 1 (default) creates a single planar device, 2 creates a multiplanar…
895 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE && dev->multiplanar) in vivid_create_queue()
897 else if (buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT && dev->multiplanar) in vivid_create_queue()
951 dev->multiplanar = multiplanar[inst] > 1; in vivid_detect_feature_set()
953 dev->multiplanar ? "multi" : "single "); in vivid_detect_feature_set()
1122 dev->vid_cap_caps = dev->multiplanar ? in vivid_set_capabilities()
1133 dev->vid_out_caps = dev->multiplanar ? in vivid_set_capabilities()
1195 dev->touch_cap_caps |= dev->multiplanar ? in vivid_set_capabilities()
[all …]
H A Dvivid-vid-out.c576 if (!dev->multiplanar) in vidioc_g_fmt_vid_out_mplane()
586 if (!dev->multiplanar) in vidioc_try_fmt_vid_out_mplane()
596 if (!dev->multiplanar) in vidioc_s_fmt_vid_out_mplane()
606 if (dev->multiplanar) in vidioc_g_fmt_vid_out()
616 if (dev->multiplanar) in vidioc_try_fmt_vid_out()
626 if (dev->multiplanar) in vidioc_s_fmt_vid_out()
1099 if (parm->type != (dev->multiplanar ? in vivid_vid_out_g_parm()
H A Dvivid-vid-cap.c799 if (!dev->multiplanar) in vidioc_g_fmt_vid_cap_mplane()
809 if (!dev->multiplanar) in vidioc_try_fmt_vid_cap_mplane()
819 if (!dev->multiplanar) in vidioc_s_fmt_vid_cap_mplane()
829 if (dev->multiplanar) in vidioc_g_fmt_vid_cap()
839 if (dev->multiplanar) in vidioc_try_fmt_vid_cap()
849 if (dev->multiplanar) in vidioc_s_fmt_vid_cap()
1709 if (parm->type != (dev->multiplanar ? in vivid_vid_cap_g_parm()
1728 if (parm->type != (dev->multiplanar ? in vivid_vid_cap_s_parm()
H A Dvivid-vid-common.c765 if (fmt->buffers == 1 || dev->multiplanar) in vivid_get_format()
973 (dev->multiplanar ? 0 : VIVID_MPLANAR_FORMATS)) in vivid_enum_fmt_vid()
H A Dvivid-core.h267 bool multiplanar; member
/linux-6.15/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c32 static bool multiplanar; variable
33 module_param(multiplanar, bool, 0444);
34 MODULE_PARM_DESC(multiplanar,
779 if (multiplanar) in vidioc_g_fmt()
797 if (!multiplanar) in vidioc_g_fmt()
901 if (multiplanar) in vidioc_try_fmt_vid_cap()
912 if (!multiplanar) in vidioc_try_fmt_vid_cap()
938 if (multiplanar) in vidioc_try_fmt_vid_out()
951 if (!multiplanar) in vidioc_try_fmt_vid_out()
1701 src_vq->type = (multiplanar ? in queue_init()
[all …]
/linux-6.15/drivers/staging/vc04_services/bcm2835-camera/
H A DTODO16 through the V4L2 "multiplanar" formats, the firmware would have one
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-crop.rst93 Unfortunately in the case of multiplanar buffer types
97 other drivers only accepted a non-multiplanar buffer type (i.e. without the
H A Dvidioc-cropcap.rst87 Unfortunately in the case of multiplanar buffer types
91 other drivers only accepted a non-multiplanar buffer type (i.e. without the
H A Dvidioc-g-selection.rst160 Unfortunately in the case of multiplanar buffer types
164 other drivers only accepted a non-multiplanar buffer type (i.e. without the
H A Ddmabuf.rst62 :ref:`VIDIOC_QBUF <VIDIOC_QBUF>` ioctl. In case of multiplanar
H A Dbuffer.rst190 when it refers to an output stream. For multiplanar formats this field
/linux-6.15/Documentation/admin-guide/media/
H A Dvivid.rst34 - Supports all standard YUV and RGB formats, including two multiplanar YUV formats
259 - multiplanar:
1267 YUYV formats, 8, 16, 24 and 32 RGB packed formats and various multiplanar
1275 The driver has to be configured to support the multiplanar formats. By default
1277 multiplanar module option, see "Configuring the driver" for more details on that
1280 If the driver instance is using the multiplanar formats/API, then the first
1281 single planar format (YUYV) and the multiplanar NV16M and NV61M formats the
1305 Output overlays are not supported for multiplanar formats. In addition, the