Hans Verkuil 49a56266f9 media: vicodec: process all 4 components for RGB32 formats
Only ARGB32-type pixelformat were assumed to have 4 components, which is
wrong since RGB32-type pixelformats may have an alpha channel, so they
should also assume 4 color components.

The XRGB32-type pixelformats really have only 3 color components, but this
complicated matters since that creates strides that are sometimes width * 3
and sometimes width * 4, and in fact this can result in buffer overflows.

Keep things simple by just always processing all 4 color components.

In the future we might want to optimize this again for the XRGB32-type
pixelformats, but for now keep it simple and robust.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: <stable@vger.kernel.org>      # for v5.4 and up
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-02-24 15:08:18 +01:00
..
2019-11-05 10:33:36 -03:00
2019-11-27 17:45:48 -08:00
2020-01-31 14:43:23 -08:00
2019-11-27 17:45:48 -08:00
2019-09-17 17:55:23 -07:00
2020-01-08 11:13:25 +01:00
2019-11-27 17:45:48 -08:00
2020-01-31 14:43:23 -08:00
2019-08-26 14:08:50 -03:00