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

Commit d54efc42 authored by Praneeth Paladugu's avatar Praneeth Paladugu
Browse files

msm: vidc: Add support for HEVC codec



This change is needed to support HEVC encode
on v4l2 video driver.

Change-Id: Idb7e163fdf8fcbea9264bf2a1007961060c0bad3
Signed-off-by: default avatarPraneeth Paladugu <ppaladug@codeaurora.org>
parent 7bbebd78
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -952,6 +952,14 @@ static struct msm_vidc_format venc_formats[] = {
		.get_frame_size = get_frame_size_compressed,
		.type = CAPTURE_PORT,
	},
	{
		.name = "HEVC",
		.description = "HEVC compressed format",
		.fourcc = V4L2_PIX_FMT_HEVC,
		.num_planes = 1,
		.get_frame_size = get_frame_size_compressed,
		.type = CAPTURE_PORT,
	},
	{
		.name = "YCrCb Semiplanar 4:2:0",
		.description = "Y/CrCb 4:2:0",