Skip to content

Commit de2be86

Browse files
committed
include: video: Add XYUV32 pixel format
Add XYUV32 pixel format Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent c211cb3 commit de2be86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/zephyr/drivers/video.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,9 @@ void video_buffer_release(struct video_buffer *buf);
638638
/** YUYV pixel format */
639639
#define VIDEO_PIX_FMT_YUYV video_fourcc('Y', 'U', 'Y', 'V') /* 16 Y0-Cb0 Y1-Cr0 */
640640

641+
/** XYUV32 pixel format */
642+
#define VIDEO_PIX_FMT_XYUV32 video_fourcc('X', 'Y', 'U', 'V') /* 32 XYUV-8-8-8-8 */
643+
641644
/**
642645
*
643646
* @}

0 commit comments

Comments
 (0)