Home
last modified time | relevance | path

Searched refs:hdr_format (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_hdr_meta.c42 RK_U16 hdr_format = HDR_NONE; in fill_hdr_meta_to_frame() local
132 hdr_format = HLG; in fill_hdr_meta_to_frame()
134 hdr_format = HDR10; in fill_hdr_meta_to_frame()
138 hdr_format = HLG; in fill_hdr_meta_to_frame()
140 hdr_format = HDR10; in fill_hdr_meta_to_frame()
160 hdr_format = dynamic_meta->hdr_fmt; in fill_hdr_meta_to_frame()
164 hdr_dynamic_meta_header->hdr_format = hdr_format; in fill_hdr_meta_to_frame()
169 hdr_static_meta_header->hdr_format = hdr_format; in fill_hdr_meta_to_frame()
/rockchip-linux_mpp/inc/
H A Drk_hdr_meta_com.h105 RK_U16 hdr_format; /* HDR protocol: HDR10, HLG, Dlby, HDRVivid ... */ member