Searched refs:multiplanar (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/drivers/media/test-drivers/vivid/ |
D | vivid-touch-cap.c | 133 if (dev->multiplanar) in vivid_g_fmt_tch() 144 if (!dev->multiplanar) in vivid_g_fmt_tch_mplane() 157 if (parm->type != (dev->multiplanar ? in vivid_g_parm_tch()
|
D | vivid-core.c | 109 static unsigned multiplanar[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = 1 }; variable 110 module_param_array(multiplanar, uint, NULL, 0444); 111 MODULE_PARM_DESC(multiplanar, " 1 (default) creates a single planar device, 2 creates a multiplanar… 867 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE && dev->multiplanar) in vivid_create_queue() 869 else if (buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT && dev->multiplanar) in vivid_create_queue() 909 dev->multiplanar = multiplanar[inst] > 1; in vivid_detect_feature_set() 911 dev->multiplanar ? "multi" : "single "); in vivid_detect_feature_set() 1078 dev->vid_cap_caps = dev->multiplanar ? in vivid_set_capabilities() 1089 dev->vid_out_caps = dev->multiplanar ? in vivid_set_capabilities() 1151 dev->touch_cap_caps |= dev->multiplanar ? in vivid_set_capabilities() [all …]
|
D | vivid-vid-out.c | 580 if (!dev->multiplanar) in vidioc_g_fmt_vid_out_mplane() 590 if (!dev->multiplanar) in vidioc_try_fmt_vid_out_mplane() 600 if (!dev->multiplanar) in vidioc_s_fmt_vid_out_mplane() 610 if (dev->multiplanar) in vidioc_g_fmt_vid_out() 620 if (dev->multiplanar) in vidioc_try_fmt_vid_out() 630 if (dev->multiplanar) in vidioc_s_fmt_vid_out() 1108 if (parm->type != (dev->multiplanar ? in vivid_vid_out_g_parm()
|
D | vivid-vid-cap.c | 806 if (!dev->multiplanar) in vidioc_g_fmt_vid_cap_mplane() 816 if (!dev->multiplanar) in vidioc_try_fmt_vid_cap_mplane() 826 if (!dev->multiplanar) in vidioc_s_fmt_vid_cap_mplane() 836 if (dev->multiplanar) in vidioc_g_fmt_vid_cap() 846 if (dev->multiplanar) in vidioc_try_fmt_vid_cap() 856 if (dev->multiplanar) in vidioc_s_fmt_vid_cap() 1670 if (parm->type != (dev->multiplanar ? in vivid_vid_cap_g_parm() 1689 if (parm->type != (dev->multiplanar ? in vivid_vid_cap_s_parm()
|
D | vivid-vid-common.c | 765 if (fmt->buffers == 1 || dev->multiplanar) in vivid_get_format() 932 (dev->multiplanar ? 0 : VIVID_MPLANAR_FORMATS)) in vivid_enum_fmt_vid()
|
D | vivid-core.h | 178 bool multiplanar; member
|
/linux-6.6.21/drivers/media/test-drivers/vicodec/ |
D | vicodec-core.c | 32 static bool multiplanar; variable 33 module_param(multiplanar, bool, 0444); 34 MODULE_PARM_DESC(multiplanar, 710 if (V4L2_TYPE_IS_MULTIPLANAR(f->type) && !multiplanar) in enum_fmt() 712 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type) && multiplanar) in enum_fmt() 777 if (multiplanar) in vidioc_g_fmt() 795 if (!multiplanar) in vidioc_g_fmt() 899 if (multiplanar) in vidioc_try_fmt_vid_cap() 910 if (!multiplanar) in vidioc_try_fmt_vid_cap() 936 if (multiplanar) in vidioc_try_fmt_vid_out() [all …]
|
/linux-6.6.21/drivers/staging/vc04_services/bcm2835-camera/ |
D | TODO | 16 through the V4L2 "multiplanar" formats, the firmware would have one
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
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
|
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
|
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
|
D | dmabuf.rst | 62 :ref:`VIDIOC_QBUF <VIDIOC_QBUF>` ioctl. In case of multiplanar
|
D | buffer.rst | 190 when it refers to an output stream. For multiplanar formats this field
|
/linux-6.6.21/Documentation/admin-guide/media/ |
D | vivid.rst | 34 - Supports all standard YUV and RGB formats, including two multiplanar YUV formats 259 - multiplanar: 1253 YUYV formats, 8, 16, 24 and 32 RGB packed formats and various multiplanar 1261 The driver has to be configured to support the multiplanar formats. By default 1263 multiplanar module option, see section 1 for more details on that option. 1265 If the driver instance is using the multiplanar formats/API, then the first 1266 single planar format (YUYV) and the multiplanar NV16M and NV61M formats the 1286 supported for multiplanar formats. It also honors the struct v4l2_window field 1358 Output overlays are not supported for multiplanar formats. In addition, the
|