Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ba33db5 authored by Tapas Kumar Kundu's avatar Tapas Kumar Kundu
Browse files

msm: vidc: Remove HW support V4L2_PIX_FMT_RGB32 color format



This removes HW support for encoding V4L2_PIX_FMT_RGB32 color format.

CRs-Fixed: 2247620
Change-Id: I30e5e9159208f28536a4aa909b992f4fe8e49fba
Signed-off-by: default avatarTapas Kumar Kundu <tkundu@codeaurora.org>
parent 6df4590a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1124,13 +1124,6 @@ static struct msm_vidc_format venc_formats[] = {
		.get_frame_size = get_frame_size_nv12_ubwc,
		.type = OUTPUT_PORT,
	},
	{
		.name = "RGBA 8:8:8:8",
		.description = "RGBA 8:8:8:8",
		.fourcc = V4L2_PIX_FMT_RGB32,
		.get_frame_size = get_frame_size_rgba,
		.type = OUTPUT_PORT,
	},
	{
		.name = "H264",
		.description = "H264 compressed format",