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

Commit eabbfd77 authored by Zhongbo Shi's avatar Zhongbo Shi Committed by Gerrit - the friendly Code Review server
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 038b5bef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -749,6 +749,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 */