Searched refs:EDID_SIZE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dedid.c48 enum { EDID_SIZE = 128 }; enumerator in enum:__anon08787e390103
50 const unsigned char g_acszEDIDBase[EDID_SIZE] =
125 for (i = 0; i < EDID_SIZE - 1; ++i)
127 pch[EDID_SIZE - 1] = (0x100 - (sum & 0xFF)) & 0xFF;
144 pch = calloc(1, sizeof(xf86Monitor) + EDID_SIZE);
152 memcpy(pchEDID, g_acszEDIDBase, EDID_SIZE);

Completed in 3 milliseconds