Lines Matching full:formats
29 Depending on the encoded formats supported by the decoder, a single decoded
31 with multiple slices per frame). Decoders that support such formats must also
38 1. To enumerate the set of coded formats supported by the decoder, the client
41 * The driver must always return the full set of supported ``OUTPUT`` formats,
48 2. To enumerate the set of supported raw formats, the client calls
51 * The driver must return only the formats supported for the format currently
55 formats may depend on the value of some codec-dependent controls.
58 default values for these controls being used, and a returned set of formats
97 etc.) required by the ``OUTPUT`` format to enumerate the ``CAPTURE`` formats.
129 4. *[optional]* Enumerate ``CAPTURE`` formats via :c:func:`VIDIOC_ENUM_FMT` on
131 alternative raw formats are supported for the current ``OUTPUT`` format and
136 The driver will return only formats supported for the currently selected
137 ``OUTPUT`` format and currently set controls, even if more formats may be
140 For example, a decoder may support YUV and RGB formats for
144 YUV and RGB pixel formats, but after setting a resolution higher than
145 1920x1088, the driver will not return RGB pixel formats, since they are
236 corresponds to one frame worth of encoded data, but some formats may allow (or