Lines Matching full:decoder
6 Memory-to-memory Stateless Video Decoder Interface
9 A stateless decoder is a decoder that works without retaining any kind of state
12 maintaining the decoding state and providing it to the decoder with each
13 decoding request. This is in contrast to the stateful video decoder interface,
20 Compared to stateful codecs, the decoder/client sequence is simpler, but the
25 decoder must expose the ``V4L2_BUF_CAP_SUPPORTS_REQUESTS`` capability on its
29 Depending on the encoded formats supported by the decoder, a single decoded
38 1. To enumerate the set of coded formats supported by the decoder, the client
138 supported by the decoder in general.
140 For example, a decoder may support YUV and RGB formats for
331 ``V4L2_BUF_FLAG_ERROR`` flag set, although the decoder will still try to
336 Contrary to stateful decoders, a stateless decoder does not perform any kind of
376 valid state is sent to the decoder.
423 After that, in order to drain the stream on a stateless decoder, the client