EDID_detailedTiming
Declaration
typedef struct {
ushort pixelClock;
ushort hActive;
ushort hBlank;
ushort hSyncOffset;
ushort hSyncWidth;
ushort hBorder;
ushort vActive;
ushort vBlank;
ushort vSyncOffset;
ushort vSyncWidth;
ushort vBorder;
ushort hSize;
ushort vSize;
char hSyncPol;
char vSyncPol;
ushort hFreq;
uchar Hz;
} EDID_detailedTiming
Prototype In
snap/ddc.h
Description
Structure to describe all detailed timings
Members
|
pixelClock |
Pixel clock in Hz / 10,000 |
|
hActive |
Horizontal active display value (X resolution) |
|
hBlank |
Horizontal blank start position |
|
hSyncOffset |
Horizontal sync offset from blank start |
|
hSyncWidth |
Horizontal sync width |
|
hBorder |
Horizontal border width |
|
vActive |
Vertical active display (Y resolution) |
|
vBlank |
Vertical blank start position |
|
vSyncOffset |
Vertical sync offset from blank start |
|
vSyncWidth |
Vertical sync width |
|
vBorder |
Vertical border width |
|
hSize |
Horizontal image size in mm |
|
vSize |
Vertical image size in mm |
|
hSyncPol |
Horizontal sync polarity ('+' or '-') |
|
vSyncPol |
Vertical sync polarity ('+' or '-') |
|
hFreq |
Horizontal frequency in KHz * 100 |
|
Hz |
Vertical frequency in Hz |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com