Searched full:hdr10 (Results 1 – 9 of 9) sorted by relevance
755 struct hfi_hdr10_pq_sei hdr10; in venc_set_properties() local761 hdr10.mastering.display_primaries_x[c] = in venc_set_properties()763 hdr10.mastering.display_primaries_y[c] = in venc_set_properties()767 hdr10.mastering.white_point_x = ctr->mastering.white_point_x; in venc_set_properties()768 hdr10.mastering.white_point_y = ctr->mastering.white_point_y; in venc_set_properties()769 hdr10.mastering.max_display_mastering_luminance = in venc_set_properties()771 hdr10.mastering.min_display_mastering_luminance = in venc_set_properties()774 hdr10.cll.max_content_light = ctr->cll.max_content_light_level; in venc_set_properties()775 hdr10.cll.max_pic_average_light = in venc_set_properties()778 ret = hfi_session_set_property(inst, ptype, &hdr10); in venc_set_properties()
1236 struct hfi_hdr10_pq_sei *in = pdata, *hdr10 = prop_data; in pkt_session_set_property_4xx() local1238 memcpy(hdr10, in, sizeof(*hdr10)); in pkt_session_set_property_4xx()1239 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*hdr10); in pkt_session_set_property_4xx()
15 achieve HDR10 effects. This helps adapt the content to the color and
17 2.2) or MIPI-DSI. The DCSS is intended to support up to 4kp60 displays. HDR10
74 struct dcss_hdr10 *hdr10; member
396 /* HDR10, ARGB2101010 - set border color to red */ in get_hdr_visual_confirm_color()407 /* HDR10, FP16 - set border color to blue */ in get_hdr_visual_confirm_color()
4413 /* HDR Static Metadata info packet for HDR10 */ in set_hdr_static_info_packet()
1244 case V4L2_CID_COLORIMETRY_HDR10_CLL_INFO: return "HDR10 Content Light Info"; in v4l2_ctrl_get_name()1245 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.