Home | History | Annotate | Download | only in BiosVideoThunkDxe

Lines Matching refs:BufferIndex

842   UINT8  *BufferIndex;

887 BufferIndex = &EdidDataBlock->StandardTimingIdentification[0];
889 if ((BufferIndex[0] != 0x1) && (BufferIndex[1] != 0x1)){
893 HorizontalResolution = (UINT8) (BufferIndex[0] * 8 + 248);
894 AspectRatio = (UINT8) (BufferIndex[1] >> 6);
912 RefreshRate = (UINT8) ((BufferIndex[1] & 0x1f) + 60);
919 BufferIndex += 2;