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

Commit 84c5f890 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 P010 support for encoders"

parents 9af55e9f 1079ebc6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1112,6 +1112,13 @@ static struct msm_vidc_format venc_formats[] = {
		.get_frame_size = get_frame_size_compressed,
		.type = CAPTURE_PORT,
	},
	{
		.name = "YCbCr Semiplanar 4:2:0 10bit",
		.description = "Y/CbCr 4:2:0 10bit",
		.fourcc = V4L2_PIX_FMT_SDE_Y_CBCR_H2V2_P010,
		.get_frame_size = get_frame_size_p010,
		.type = OUTPUT_PORT,
	},
};

static int msm_venc_set_csc(struct msm_vidc_inst *inst,