Searched refs:hsv_enc (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/media/tpg/
H A Dv4l2-tpg.h164 u32 hsv_enc; member in struct:tpg_data
380 static inline void tpg_s_hsv_enc(struct tpg_data *tpg, u32 hsv_enc) argument
382 if (tpg->hsv_enc == hsv_enc)
384 tpg->hsv_enc = hsv_enc;
390 return tpg->hsv_enc;
/linux-master/include/media/
H A Dv4l2-common.h614 static inline bool v4l2_is_hsv_enc_valid(__u8 hsv_enc) argument
616 return hsv_enc == V4L2_HSV_ENC_180 || hsv_enc == V4L2_HSV_ENC_256;
/linux-master/include/uapi/linux/
H A Dv4l2-mediabus.h25 * @hsv_enc: HSV encoding of the data (from enum v4l2_hsv_encoding)
41 __u16 hsv_enc; member in union:v4l2_mbus_framefmt::__anon4455
H A Dvideodev2.h531 __u32 hsv_enc; member in union:v4l2_pix_format::__anon934
2378 * @hsv_enc: enum v4l2_hsv_encoding, HSV encoding
2395 __u8 hsv_enc; member in union:v4l2_pix_format_mplane::__anon953
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c537 mp->hsv_enc = vivid_hsv_enc_cap(dev);
644 if (!user_set_csc || !v4l2_is_hsv_enc_valid(mp->hsv_enc))
645 mp->hsv_enc = vivid_hsv_enc_cap(dev);
792 dev->tpg.hsv_enc = mp->hsv_enc;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c129 pix->hsv_enc = V4L2_HSV_ENC_256;
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c108 tpg->hsv_enc = V4L2_HSV_ENC_180;
2165 tpg->real_hsv_enc = tpg->hsv_enc;
2257 tpg->hsv_enc, tpg->real_hsv_enc);

Completed in 165 milliseconds