Lines Matching defs:DetailedTiming
4 typedef struct DetailedTiming DetailedTiming; typedef
42 struct DetailedTiming struct
44 int pixel_clock;
45 int h_addr;
46 int h_blank;
47 int h_sync;
48 int h_front_porch;
49 int v_addr;
50 int v_blank;
51 int v_sync;
52 int v_front_porch;
53 int width_mm;
54 int height_mm;
55 int right_border;
56 int top_border;
57 int interlaced;
58 StereoType stereo;
60 int digital_sync;
62 {
77 } ad;