Home
last modified time | relevance | path

Searched refs:colorDepth (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_common.c187 enum HdmiVideoBitDepth colorDepth; in HdmiCommonDeepClolorConvertToColorDepth() local
191 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() argument
214 switch (colorDepth) { in HdmiCommonColorDepthConvertToDeepClolor()
Dhdmi_dfm.c59 param->colorDepth = HdmiCommonDeepClolorConvertToColorDepth(deepColor); in HdmiDfmFillParam()
189 kcd = (param->pixelFormat == 2) ? HDMI_DFM_MAGNIFICATION_8 : param->colorDepth; in HdmiDfmCaculateVideoInfo()
/drivers/hdf_core/framework/support/platform/include/hdmi/
Dhdmi_dfm.h142 uint32_t colorDepth; member
Dhdmi_common.h351 enum HdmiDeepColor HdmiCommonColorDepthConvertToDeepClolor(enum HdmiVideoBitDepth colorDepth);