mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 12:10:38 -04:00
[media] vivid: Add support for HSV formats
This patch adds support for V4L2_PIX_FMT_HSV24 and V4L2_PIX_FMT_HSV32. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
646895e936
commit
54fb153483
@@ -90,6 +90,7 @@ enum tpg_move_mode {
|
||||
enum tgp_color_enc {
|
||||
TGP_COLOR_ENC_RGB,
|
||||
TGP_COLOR_ENC_YCBCR,
|
||||
TGP_COLOR_ENC_HSV,
|
||||
};
|
||||
|
||||
extern const char * const tpg_aspect_strings[];
|
||||
|
||||
Reference in New Issue
Block a user