Searched refs:multiplanar (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/test-drivers/ |
| H A D | vim2m.c | 46 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 D | vicodec-core.c | 32 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 D | vivid-core.c | 108 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 D | vivid-vid-cap.c | 803 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 D | vidioc-g-crop.rst | 93 Unfortunately in the case of multiplanar buffer types 97 other drivers only accepted a non-multiplanar buffer type (i.e. without the
|
| H A D | vidioc-cropcap.rst | 87 Unfortunately in the case of multiplanar buffer types 91 other drivers only accepted a non-multiplanar buffer type (i.e. without the
|
| H A D | vidioc-g-selection.rst | 160 Unfortunately in the case of multiplanar buffer types 164 other drivers only accepted a non-multiplanar buffer type (i.e. without the
|
| H A D | dmabuf.rst | 62 :ref:`VIDIOC_QBUF <VIDIOC_QBUF>` ioctl. In case of multiplanar
|
| H A D | buffer.rst | 190 when it refers to an output stream. For multiplanar formats this field
|
| /linux/Documentation/admin-guide/media/ |
| H A D | vivid.rst | 34 - 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
|