Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_common.c18 struct HdmiVideoDefInfo g_ceaVideoDefInfoMap[HDMI_CEA_VIDEO_CODE_MAX] = { variable
244 len = sizeof(g_ceaVideoDefInfoMap) / sizeof(g_ceaVideoDefInfoMap[0]); in HdmiCommonGetVic()
246 if (timing == g_ceaVideoDefInfoMap[i].timing && aspect == g_ceaVideoDefInfoMap[i].aspect) { in HdmiCommonGetVic()
247 vic = g_ceaVideoDefInfoMap[i].vic; in HdmiCommonGetVic()
268 len = sizeof(g_ceaVideoDefInfoMap) / sizeof(g_ceaVideoDefInfoMap[0]); in HdmiCommonGetCommFormatInfo()
270 if (vic == g_ceaVideoDefInfoMap[i].vic) { in HdmiCommonGetCommFormatInfo()
271 return &g_ceaVideoDefInfoMap[i]; in HdmiCommonGetCommFormatInfo()
312 len = sizeof(g_ceaVideoDefInfoMap) / sizeof(g_ceaVideoDefInfoMap[0]); in HdmiCommonGetVideoTiming()
314 if (vic == g_ceaVideoDefInfoMap[i].vic && aspect == g_ceaVideoDefInfoMap[i].aspect) { in HdmiCommonGetVideoTiming()
315 timing = g_ceaVideoDefInfoMap[i].timing; in HdmiCommonGetVideoTiming()