Home
last modified time | relevance | path

Searched refs:hsv_enc (Results 1 – 8 of 8) sorted by relevance

/linux/include/media/tpg/
H A Dv4l2-tpg.h164 u32 hsv_enc; member
380 static inline void tpg_s_hsv_enc(struct tpg_data *tpg, u32 hsv_enc) in tpg_s_hsv_enc() argument
382 if (tpg->hsv_enc == hsv_enc) in tpg_s_hsv_enc()
384 tpg->hsv_enc = hsv_enc; in tpg_s_hsv_enc()
390 return tpg->hsv_enc; in tpg_g_hsv_enc()
/linux/include/media/
H A Dv4l2-common.h614 static inline bool v4l2_is_hsv_enc_valid(__u8 hsv_enc) in v4l2_is_hsv_enc_valid() argument
616 return hsv_enc == V4L2_HSV_ENC_180 || hsv_enc == V4L2_HSV_ENC_256; in v4l2_is_hsv_enc_valid()
/linux/include/uapi/linux/
H A Dv4l2-mediabus.h47 __u16 hsv_enc; member
H A Dvideodev2.h532 __u32 hsv_enc; member
2438 __u8 hsv_enc; member
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2.rst166 - ``hsv_enc``
176 that hsv_enc conversion is supported by setting the flag
232 ``ycbcr_enc``, ``hsv_enc`` or ``quantization``) is set to ``*_DEFAULT``,
H A Dpixfmt-v4l2-mplane.rst103 - ``hsv_enc``
/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c108 tpg->hsv_enc = V4L2_HSV_ENC_180; in tpg_init()
2168 tpg->real_hsv_enc = tpg->hsv_enc; in tpg_recalc()
2260 tpg->hsv_enc, tpg->real_hsv_enc); in tpg_log_status()
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c135 pix->hsv_enc = V4L2_HSV_ENC_256; in __vsp1_video_try_format()