Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dhdmi_tx.c355 uint8_t VIC = 0U; in ParseCEAEDID() local
358 VIC = (uint8_t)(pCEAEDID[offset + i] & (~0x80U)); in ParseCEAEDID()
359 if (VIC < 64U) in ParseCEAEDID()
361 RxCapability.VDOMode[VIC / 8U] |= (1U << (VIC % 8U)); in ParseCEAEDID()
362 … HDMITX_DEBUG_PRINTF("VIC = %d, RxCapability.VDOMode[%d]=%02X\n", (int)VIC, (int)VIC / 8, in ParseCEAEDID()
363 (int)RxCapability.VDOMode[VIC / 8]); in ParseCEAEDID()
366 RxCapability.NativeVDOMode = VIC; in ParseCEAEDID()