Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_infoframe.c633 …c uint8_t HdmiGetVsifLength(struct HdmiVs14VsifContent *_14Vsif, bool dolbyEnable, bool hdrSupport) in HdmiGetVsifLength() argument
637 if (hdrSupport == true) { in HdmiGetVsifLength()
681 bool dolbyEnable, bool hdrSupport) in HdmiFillVsInfoFrame() argument
694 vs->len = HdmiGetVsifLength(&(vs->vsifContent.vsif), dolbyEnable, hdrSupport); in HdmiFillVsInfoFrame()
723 HdmiFillVsInfoFrame(frame, &(cntlr->attr.videoAttr), dolbyEnable, frame->hdrSupport); in HdmiVsInfoFrameSend()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_infoframe.h450 bool hdrSupport; member