Searched defs:EDID_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DEdid.c52 #define EDID_BLOCK_SIZE 128 macro
117 UINT8 EdidData[EDID_BLOCK_SIZE * 2];
121 for (Index = 0; Index < EDID_BLOCK_SIZE * 2; Index ++) {
130 for (Index = 0; Index < EDID_BLOCK_SIZE * 2; Index ++, ValidEdid ++) {
144 sizeof (EDID_BLOCK_SIZE),
154 *EdidSize = EDID_BLOCK_SIZE;
245 for (Index = 0; Index < EDID_BLOCK_SIZE; Index ++) {
373 EdidOverrideDataBlock = AllocatePool (sizeof (EDID_BLOCK_SIZE * 2));
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DEdid.c80 #define EDID_BLOCK_SIZE 128 macro
145 UINT8 EdidData[EDID_BLOCK_SIZE * 2];
149 for (Index = 0; Index < EDID_BLOCK_SIZE * 2; Index ++) {
158 for (Index = 0; Index < EDID_BLOCK_SIZE * 2; Index ++, ValidEdid ++) {
172 sizeof (EDID_BLOCK_SIZE),
182 *EdidSize = EDID_BLOCK_SIZE;
273 for (Index = 0; Index < EDID_BLOCK_SIZE; Index ++) {
401 EdidOverrideDataBlock = AllocatePool (sizeof (EDID_BLOCK_SIZE * 2));

Completed in 45 milliseconds