Home
last modified time | relevance | path

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

/linux/drivers/media/test-drivers/
H A Dvim2m.c46 static unsigned int multiplanar = 1; variable
47 module_param(multiplanar, uint, 0644);
48 MODULE_PARM_DESC(multiplanar, "1 (default) creates a single planar device, 2 creates multiplanar de…
200 bool multiplanar; member
776 if (dev->multiplanar) in vidioc_g_fmt_vid_out()
787 if (dev->multiplanar) in vidioc_g_fmt_vid_cap()
798 if (!dev->multiplanar) in vidioc_g_fmt_vid_out_mplane()
809 if (!dev->multiplanar) in vidioc_g_fmt_vid_cap_mplane()
848 if (dev->multiplanar) in vidioc_try_fmt_vid_cap()
877 if (!dev->multiplanar) in vidioc_try_fmt_vid_cap_mplane()
[all …]
/linux/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,
714 if (V4L2_TYPE_IS_MULTIPLANAR(f->type) && !multiplanar) in enum_fmt()
716 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type) && multiplanar) in enum_fmt()
776 if (multiplanar) in vidioc_g_fmt()
794 if (!multiplanar) in vidioc_g_fmt()
898 if (multiplanar) in vidioc_try_fmt_vid_cap()
909 if (!multiplanar) in vidioc_try_fmt_vid_cap()
935 if (multiplanar) in vidioc_try_fmt_vid_out()
[all …]
/linux/drivers/media/test-drivers/vivid/
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-cap.c803 if (!dev->multiplanar) in vidioc_g_fmt_vid_cap_mplane()
813 if (!dev->multiplanar) in vidioc_try_fmt_vid_cap_mplane()
823 if (!dev->multiplanar) in vidioc_s_fmt_vid_cap_mplane()
833 if (dev->multiplanar) in vidioc_g_fmt_vid_cap()
843 if (dev->multiplanar) in vidioc_try_fmt_vid_cap()
853 if (dev->multiplanar) in vidioc_s_fmt_vid_cap()
1713 if (parm->type != (dev->multiplanar ? in vivid_vid_cap_g_parm()
1732 if (parm->type != (dev->multiplanar ? in vivid_vid_cap_s_parm()
/linux/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/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