linux/drivers/media/platform/allegro-dvt
Michael Tretter 83a4b7fd7f media: allegro: move encoding options to channel
There are several encoding options that are hard coded in the parameter
that is used to configure the hardware codec. However, some of the
options must be written to the SPS/PPS by the driver. Furthermore, some
of the options depend on the codec that is used (i.e. H.264 or HEVC).

Therefore, move options that depend on the codec to the channel and add
constants for options that are independent of the codec but must be
written to the SPS/PPS.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-01-27 16:05:34 +01:00
..
allegro-core.c media: allegro: move encoding options to channel 2021-01-27 16:05:34 +01:00
allegro-mail.c media: allegro: rename stream_id to dst_handle 2021-01-04 13:22:54 +01:00
allegro-mail.h media: allegro: rename stream_id to dst_handle 2021-01-04 13:22:54 +01:00
Makefile media: allegro: add HEVC NAL unit generator 2021-01-27 16:04:04 +01:00
nal-h264.c media: allegro: extract RBSP handler from H.264 NAL generator 2021-01-27 15:51:51 +01:00
nal-h264.h
nal-hevc.c media: allegro: add HEVC NAL unit generator 2021-01-27 16:04:04 +01:00
nal-hevc.h media: allegro: add HEVC NAL unit generator 2021-01-27 16:04:04 +01:00
nal-rbsp.c media: allegro: add helper to report unsupported fields 2021-01-27 15:52:23 +01:00
nal-rbsp.h media: allegro: add helper to report unsupported fields 2021-01-27 15:52:23 +01:00