Lines Matching full:format
91 format set on ``OUTPUT``.
96 * Only the formats supported for the format currently active on ``CAPTURE``
99 * In order to enumerate raw formats supported by a given coded format,
100 the client must first set that coded format on ``CAPTURE`` and then
104 resolutions for a given format, passing the desired pixel format in
108 format will include all possible coded resolutions supported by the
109 encoder for the given coded pixel format.
111 * Values returned by :c:func:`VIDIOC_ENUM_FRAMESIZES` for a raw pixel format
113 encoder for the given raw pixel format and coded format currently set on
117 frame intervals for a given format and resolution, passing the desired pixel
118 format in :c:type:`v4l2_frmsizeenum` ``pixel_format`` and the resolution
123 format and coded resolution will include all possible frame intervals
124 supported by the encoder for the given coded pixel format and resolution.
127 format and resolution will include all possible frame intervals supported
128 by the encoder for the given raw pixel format and resolution and for the
129 coded format, coded resolution and coded frame interval currently set on
136 5. Supported profiles and levels for the coded format currently set on
146 1. Set the coded format on the ``CAPTURE`` queue via :c:func:`VIDIOC_S_FMT`.
154 the coded format to be produced.
173 ``OUTPUT`` format, selection rectangles, etc. (read-only).
177 Changing the ``CAPTURE`` format may change the currently set ``OUTPUT``
178 format. How the new ``OUTPUT`` format is determined is up to the encoder
182 source) for the selected coded format via :c:func:`VIDIOC_ENUM_FMT`.
195 raw format supported for the coded format currently selected on
201 3. Set the raw source format on the ``OUTPUT`` queue via
210 raw format of the source.
228 * Setting the ``OUTPUT`` format will reset the selection rectangles to their
285 by the :ref:`V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL <fmtdesc-flags>` format flag.
351 format.
437 on the coded format, but may include the following implications:
455 format and may be affected by codec-specific extended controls, as stated
456 in the documentation of each format.
461 frames to the ``OUTPUT`` queue, due to properties of the selected coded format,
508 frames; the exact list of types depends on the coded format), the
511 :c:type:`v4l2_buffer` and each coded pixel format for exact list of flags
673 generated before. Depending on the coded format, that may imply that:
706 1. Setting the format on the ``CAPTURE`` queue may change the set of formats
708 that the ``OUTPUT`` format may be reset and the client must not rely on the
709 previously set format being preserved.
712 supported for the current ``CAPTURE`` format.
714 3. Setting the format on the ``OUTPUT`` queue does not change the list of
716 format that is not supported for the currently selected ``CAPTURE`` format
717 will result in the encoder adjusting the requested ``OUTPUT`` format to a
721 supported coded formats, irrespective of the current ``OUTPUT`` format.
724 the client must not change the format on the ``CAPTURE`` queue. Drivers will
725 return the -EBUSY error code for any such format change attempt.