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

Commit dd3224b8 authored by Zhongbo Shi's avatar Zhongbo Shi
Browse files

msm: vidc: add new Venus P010 V4L2 color format definition



Add new V4L2 color format definition of linear 10bit
Venus P010 for better communication with display side.

Change-Id: I8eb6fe6342afb9ff3cd80129a99df50c24a9133f
Signed-off-by: default avatarZhongbo Shi <zhongbos@codeaurora.org>
parent b860f6fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -718,6 +718,8 @@ struct v4l2_pix_format {
	v4l2_fourcc('T', 'P', '1', '0') /* Y/CbCr 4:2:0 TP10 */
#define V4L2_PIX_FMT_SDE_Y_CBCR_H2V2_P010 \
	v4l2_fourcc('P', '0', '1', '0') /* Y/CbCr 4:2:0 P10 */
#define V4L2_PIX_FMT_SDE_Y_CBCR_H2V2_P010_VENUS \
	v4l2_fourcc('Q', 'P', '1', '0') /* Y/CbCr 4:2:0 P10 Venus*/

/* SDR formats - used only for Software Defined Radio devices */
#define V4L2_SDR_FMT_CU8          v4l2_fourcc('C', 'U', '0', '8') /* IQ u8 */