Lines Matching defs:MonitorInfo
2 typedef struct MonitorInfo MonitorInfo; typedef
80 struct MonitorInfo struct
82 int checksum;
83 char manufacturer_code[4];
84 int product_code;
85 unsigned int serial_number;
87 int production_week; /* -1 if not specified */
88 int production_year; /* -1 if not specified */
89 int model_year; /* -1 if not specified */
91 int major_version;
92 int minor_version;
94 int is_digital;
97 {
121 } ad;
123 int width_mm; /* -1 if not specified */
124 int height_mm; /* -1 if not specified */
125 double aspect_ratio; /* -1.0 if not specififed */
127 double gamma; /* -1.0 if not specified */
129 int standby;
130 int suspend;
131 int active_off;
133 int srgb_is_standard;
134 int preferred_timing_includes_native;
135 int continuous_frequency;
137 double red_x;
138 double red_y;
139 double green_x;
140 double green_y;
164 MonitorInfo *decode_edid (const uchar *data); argument