Lines Matching full:formats
87 1. To enumerate the set of coded formats supported by the encoder, the
90 * The full set of supported formats will be returned, regardless of the
93 2. To enumerate the set of supported raw formats, the client may call
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,
101 enumerate the formats on ``OUTPUT``.
181 2. **Optional.** Enumerate supported ``OUTPUT`` formats (raw formats for
222 requirements, as required by the currently selected formats, as
271 formats this is the time per two fields, since a frame consists of
314 formats this is the time per two fields, since a frame consists of
703 Setting formats and allocating buffers triggers changes in the behavior of the
706 1. Setting the format on the ``CAPTURE`` queue may change the set of formats
711 2. Enumerating formats on the ``OUTPUT`` queue always returns only formats
715 formats available on the ``CAPTURE`` queue. An attempt to set the ``OUTPUT``
720 4. Enumerating formats on the ``CAPTURE`` queue always returns the full set of
721 supported coded formats, irrespective of the current ``OUTPUT`` format.
727 To summarize, setting formats and allocation must always start with the
729 set of supported formats for the ``OUTPUT`` queue.