Home
last modified time | relevance | path

Searched refs:HdmiCommonColorDepthConvertToDeepClolor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_common.h351 enum HdmiDeepColor HdmiCommonColorDepthConvertToDeepClolor(enum HdmiVideoBitDepth colorDepth);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_common.c210 enum HdmiDeepColor HdmiCommonColorDepthConvertToDeepClolor(enum HdmiVideoBitDepth colorDepth) in HdmiCommonColorDepthConvertToDeepClolor() function
H A Dhdmi_core.c1172 … commAttr->deepColor = HdmiCommonColorDepthConvertToDeepClolor(hwStatus->videoStatus.outBitDepth); in HdmiFillCommonAttrFromHardwareStatus()