Lines Matching full:pad
13 VIDIOC_SUBDEV_G_FMT - VIDIOC_SUBDEV_S_FMT - Get or set the data format on a subdev pad
41 To retrieve the current format applications set the ``pad`` field of a
43 pad number as reported by the media API and the ``which`` field to
48 To change the current format applications set both the ``pad`` and
62 For instance, to try a format at the output pad of a sub-device,
65 default format at the output pad with the ``VIDIOC_SUBDEV_G_FMT`` ioctl,
66 or set the desired output pad format with the ``VIDIOC_SUBDEV_S_FMT``
94 - ``pad``
95 - Pad number as reported by the media controller API.
137 The format can't be changed because the pad is currently busy. This
138 can be caused, for instance, by an active video stream on the pad.
143 The struct :c:type:`v4l2_subdev_format` ``pad`` references a non-existing
144 pad, or the ``which`` field has an unsupported value.