Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/tpg/
Dv4l2-tpg.h164 u32 hsv_enc; member
377 static inline void tpg_s_hsv_enc(struct tpg_data *tpg, u32 hsv_enc) in tpg_s_hsv_enc() argument
379 if (tpg->hsv_enc == hsv_enc) in tpg_s_hsv_enc()
381 tpg->hsv_enc = hsv_enc; in tpg_s_hsv_enc()
387 return tpg->hsv_enc; in tpg_g_hsv_enc()
/linux-4.19.296/include/uapi/linux/
Dvideodev2.h493 __u32 hsv_enc; member
2112 __u8 hsv_enc; member
/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c108 tpg->hsv_enc = V4L2_HSV_ENC_180; in tpg_init()
1951 tpg->real_hsv_enc = tpg->hsv_enc; in tpg_recalc()
2042 pr_info("tpg HSV encoding: %d/%d\n", tpg->hsv_enc, tpg->real_hsv_enc); in tpg_log_status()