]> git.baikalelectronics.ru Git - kernel.git/commit
media: amphion: insert picture startcode after seek for vc1g format
authorMing Qian <ming.qian@nxp.com>
Fri, 15 Jul 2022 07:15:49 +0000 (09:15 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 30 Aug 2022 12:49:47 +0000 (14:49 +0200)
commit276f617553f2e680f9b6dfcdd75df82615ad7c8d
tree885800c4fa8d1c16eebb525683eaf735398f2849
parente0ab66df5bf6391090722383f040bba4e6229ebb
media: amphion: insert picture startcode after seek for vc1g format

For format vc1, the amphion vpu requires driver to
help insert some custom startcode before sequence and frame.
the startcode is different for vc1l and vc1g format.

But the sequence startcode is only needed at the beginning,
and it's not expected after seek.
driver need to treat the codec header and the first frame after seek
as a normal frame, and insert picture startcode for it.

In previous patch, I just fix it for vc1l format,
and should fix the similar issue for vc1g too.

Fixes: a8f7cc24047f (media: amphion: only insert the first sequence startcode for vc1l format)
Signed-off-by: Ming Qian <ming.qian@nxp.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/amphion/vpu_malone.c