Searched refs:ycbcr_enc (Results 1 – 8 of 8) sorted by relevance
144 pix_fmt->ycbcr_enc = mbus_fmt->ycbcr_enc; in v4l2_fill_pix_format()166 mbus_fmt->ycbcr_enc = pix_fmt->ycbcr_enc; in v4l2_fill_mbus_format()187 pix_mp_fmt->ycbcr_enc = mbus_fmt->ycbcr_enc; in v4l2_fill_pix_format_mplane()207 mbus_fmt->ycbcr_enc = pix_mp_fmt->ycbcr_enc; in v4l2_fill_mbus_format_mplane()
580 static inline bool v4l2_is_ycbcr_enc_valid(__u8 ycbcr_enc) in v4l2_is_ycbcr_enc_valid() argument582 return ycbcr_enc > V4L2_YCBCR_ENC_DEFAULT && in v4l2_is_ycbcr_enc_valid()583 ycbcr_enc <= V4L2_YCBCR_ENC_SMPTE240M; in v4l2_is_ycbcr_enc_valid()
235 enum v4l2_ycbcr_encoding ycbcr_enc; member
163 u32 ycbcr_enc; member366 static inline void tpg_s_ycbcr_enc(struct tpg_data *tpg, u32 ycbcr_enc) in tpg_s_ycbcr_enc() argument368 if (tpg->ycbcr_enc == ycbcr_enc) in tpg_s_ycbcr_enc()370 tpg->ycbcr_enc = ycbcr_enc; in tpg_s_ycbcr_enc()376 return tpg->ycbcr_enc; in tpg_g_ycbcr_enc()
43 __u16 ycbcr_enc; member
389 #define V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb_or_hsv, colsp, ycbcr_enc) \ argument508 __u32 ycbcr_enc; member2290 __u8 ycbcr_enc; member
1669 __u32 ycbcr_enc; member
334 enum drm_color_encoding ycbcr_enc, enum drm_color_range range,