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

Commit bba05f41 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Add support for HEVC codec"

parents 3ccea875 d54efc42
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",