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

Commit 5a01ba0d authored by Maheshwar Ajja's avatar Maheshwar Ajja Committed by Gerrit - the friendly Code Review server
Browse files

[media] v4l: Add TME color format



Update v4l_fill_fmtdesc() with TME color format.

Change-Id: Icf753f1be19f61b914461930036f7c7f12a1c4f3
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent cc7a8b2d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1426,6 +1426,8 @@ static void v4l_fill_fmtdesc(struct v4l2_fmtdesc *fmt)
		case V4L2_PIX_FMT_SE401:	descr = "GSPCA SE401"; break;
		case V4L2_PIX_FMT_S5C_UYVY_JPG:	descr = "S5C73MX interleaved UYVY/JPEG"; break;
		case V4L2_PIX_FMT_MT21C:	descr = "Mediatek Compressed Format"; break;
		case V4L2_PIX_FMT_TME:
			descr = "TME"; break;
		default:
			WARN(1, "Unknown pixelformat 0x%08x\n", fmt->pixelformat);
			if (fmt->description[0])