mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-28 21:46:02 -04:00
media: uapi: videodev2: Add support for AV1 stateful decoder
Introduce a new pixel format, V4L2_PIX_FMT_AV1, to the Video4Linux2(V4L2) API. This format is intended for AV1 bitstreams in stateful decoding/encoding workflows. The fourcc code 'AV10' is used to distinguish this format from the existing V4L2_PIX_FMT_AV1_FRAME, which is used for stateless AV1 decoder implementation. Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Reviewed-by: Hans Verkuil <hverkuil+cisco@kernel.org> Signed-off-by: Deepa Guthyappa Madivalara <deepa.madivalara@oss.qualcomm.com> Tested-by: Val Packett <val@packett.cool> Signed-off-by: Bryan O'Donoghue <bod@kernel.org> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
committed by
Hans Verkuil
parent
17526c7e69
commit
406fc2e9ca
@@ -275,6 +275,14 @@ Compressed Formats
|
||||
of macroblocks to decode a full corresponding frame to the matching
|
||||
capture buffer.
|
||||
|
||||
* .. _V4L2-PIX-FMT-AV1:
|
||||
|
||||
- ``V4L2_PIX_FMT_AV1``
|
||||
- 'AV01'
|
||||
- AV1 compressed video frame. This format is adapted for implementing AV1
|
||||
pipeline. The decoder implements stateful video decoder and expects one
|
||||
temporal unit per buffer in OBU stream format.
|
||||
The encoder generates one Temporal Unit per buffer.
|
||||
.. raw:: latex
|
||||
|
||||
\normalsize
|
||||
|
||||
Reference in New Issue
Block a user