Searched full:hdr10 (Results 1 – 8 of 8) sorted by relevance
703 struct hfi_hdr10_pq_sei hdr10; in venc_set_properties() local709 hdr10.mastering.display_primaries_x[c] = in venc_set_properties()711 hdr10.mastering.display_primaries_y[c] = in venc_set_properties()715 hdr10.mastering.white_point_x = ctr->mastering.white_point_x; in venc_set_properties()716 hdr10.mastering.white_point_y = ctr->mastering.white_point_y; in venc_set_properties()717 hdr10.mastering.max_display_mastering_luminance = in venc_set_properties()719 hdr10.mastering.min_display_mastering_luminance = in venc_set_properties()722 hdr10.cll.max_content_light = ctr->cll.max_content_light_level; in venc_set_properties()723 hdr10.cll.max_pic_average_light = in venc_set_properties()726 ret = hfi_session_set_property(inst, ptype, &hdr10); in venc_set_properties()
1235 struct hfi_hdr10_pq_sei *in = pdata, *hdr10 = prop_data; in pkt_session_set_property_4xx() local1237 memcpy(hdr10, in, sizeof(*hdr10)); in pkt_session_set_property_4xx()1238 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*hdr10); in pkt_session_set_property_4xx()
17 2.2) or MIPI-DSI. The DCSS is intended to support up to 4kp60 displays. HDR10
379 /* HDR10, ARGB2101010 - set border color to red */ in get_hdr_visual_confirm_color()389 /* HDR10, FP16 - set border color to blue */ in get_hdr_visual_confirm_color()
2998 /* HDR Static Metadata info packet for HDR10 */ in set_hdr_static_info_packet()
73 struct dcss_hdr10 *hdr10; member
1196 case V4L2_CID_COLORIMETRY_HDR10_CLL_INFO: return "HDR10 Content Light Info"; in v4l2_ctrl_get_name()1197 case V4L2_CID_COLORIMETRY_HDR10_MASTERING_DISPLAY: return "HDR10 Mastering Display"; in v4l2_ctrl_get_name()
52 * @p_hdr10_cll: Pointer to an HDR10 Content Light Level structure.53 * @p_hdr10_mastering: Pointer to an HDR10 Mastering Display structure.