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

Commit fb86ca11 authored by Vladislav Hristov's avatar Vladislav Hristov Committed by Petar Sivenov
Browse files

msm: camera: Add support for YUV422 formats



Adding support for YUV422 pixel formats for ISP output.
This formats will be only supported by the RDI dump, for sensor which
outputs this kind of formats.

Change-Id: I45db56c3efa69fb4f70a551fe33cec42190df987
Signed-off-by: default avatarVladislav Hristov <vhrist@codeaurora.org>
parent c99f9b85
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -73,6 +73,10 @@ int msm_isp_validate_axi_request(struct msm_vfe_axi_shared_data *axi_data,
			HANDLE_TO_IDX(stream_cfg_cmd->axi_stream_handle)];

	switch (stream_cfg_cmd->output_format) {
	case V4L2_PIX_FMT_YUYV:
	case V4L2_PIX_FMT_YVYU:
	case V4L2_PIX_FMT_UYVY:
	case V4L2_PIX_FMT_VYUY:
	case V4L2_PIX_FMT_SBGGR8:
	case V4L2_PIX_FMT_SGBRG8:
	case V4L2_PIX_FMT_SGRBG8: