Searched refs:multiplanar (Results 1 – 10 of 10) sorted by relevance
/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, 712 if (V4L2_TYPE_IS_MULTIPLANAR(f->type) && !multiplanar) in enum_fmt() 714 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type) && multiplanar) in enum_fmt() 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() [all …]
|
/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/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | TODO | 16 through the V4L2 "multiplanar" formats, the firmware would have one
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-common.c | 765 if (fmt->buffers == 1 || dev->multiplanar) in vivid_get_format() 973 (dev->multiplanar ? 0 : VIVID_MPLANAR_FORMATS)) in vivid_enum_fmt_vid()
|
H A D | vivid-core.h | 267 bool multiplanar; member
|
/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
|