Home
last modified time | relevance | path

Searched refs:hsv_enc (Results 1 – 10 of 10) 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.h531 __u32 hsv_enc; member
2413 __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``
H A Dsubdev-formats.rst66 - ``hsv_enc``
75 that hsv_enc conversion is supported by setting the flag
134 ``ycbcr_enc``, ``hsv_enc`` or ``quantization``) is set to ``*_DEFAULT``,
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c537 mp->hsv_enc = vivid_hsv_enc_cap(dev); in vivid_g_fmt_vid_cap()
644 if (!user_set_csc || !v4l2_is_hsv_enc_valid(mp->hsv_enc)) in vivid_try_fmt_vid_cap()
645 mp->hsv_enc = vivid_hsv_enc_cap(dev); in vivid_try_fmt_vid_cap()
792 dev->tpg.hsv_enc = mp->hsv_enc; in vivid_s_fmt_vid_cap()
/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c108 tpg->hsv_enc = V4L2_HSV_ENC_180; in tpg_init()
2165 tpg->real_hsv_enc = tpg->hsv_enc; in tpg_recalc()
2257 tpg->hsv_enc, tpg->real_hsv_enc); in tpg_log_status()
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c129 pix->hsv_enc = V4L2_HSV_ENC_256; in __vsp1_video_try_format()