Searched refs:colorDepth (Results 1 – 4 of 4) sorted by relevance
187 enum HdmiVideoBitDepth colorDepth; in HdmiCommonDeepClolorConvertToColorDepth() local191 colorDepth = HDMI_VIDEO_BIT_DEPTH_8; in HdmiCommonDeepClolorConvertToColorDepth()194 colorDepth = HDMI_VIDEO_BIT_DEPTH_10; in HdmiCommonDeepClolorConvertToColorDepth()197 colorDepth = HDMI_VIDEO_BIT_DEPTH_12; in HdmiCommonDeepClolorConvertToColorDepth()200 colorDepth = HDMI_VIDEO_BIT_DEPTH_16; in HdmiCommonDeepClolorConvertToColorDepth()204 colorDepth = HDMI_VIDEO_BIT_DEPTH_8; in HdmiCommonDeepClolorConvertToColorDepth()207 return colorDepth; in HdmiCommonDeepClolorConvertToColorDepth()210 enum HdmiDeepColor HdmiCommonColorDepthConvertToDeepClolor(enum HdmiVideoBitDepth colorDepth) in HdmiCommonColorDepthConvertToDeepClolor() argument214 switch (colorDepth) { in HdmiCommonColorDepthConvertToDeepClolor()
59 param->colorDepth = HdmiCommonDeepClolorConvertToColorDepth(deepColor); in HdmiDfmFillParam()189 kcd = (param->pixelFormat == 2) ? HDMI_DFM_MAGNIFICATION_8 : param->colorDepth; in HdmiDfmCaculateVideoInfo()
142 uint32_t colorDepth; member
351 enum HdmiDeepColor HdmiCommonColorDepthConvertToDeepClolor(enum HdmiVideoBitDepth colorDepth);