Lines Matching full:timings
33 // Video Timings
36 // the VIC 39 timings that doesn't have the 0.5 constant.
49 struct timings { struct
69 // The backporch may be negative in buggy detailed timings. argument
98 timings_ext(const timings &_t, const std::string &_type, const std::string &_flags) in timings_ext() argument
108 timings t;
298 bool print_timings(const char *prefix, const struct timings *t,
307 bool match_timings(const timings &t1, const timings &t2);
308 timings calc_gtf_mode(unsigned h_pixels, unsigned v_lines,
313 void edid_gtf_mode(unsigned refresh, struct timings &t);
314 timings calc_cvt_mode(unsigned h_pixels, unsigned v_lines,
318 void edid_cvt_mode(unsigned refresh, struct timings &t);
454 void calc_ratio(struct timings *t);
457 bool timings_close_match(const timings &t1, const timings &t2);
458 const struct timings *find_dmt_id(unsigned char dmt_id);
459 const struct timings *close_match_to_dmt(const timings &t, unsigned &dmt);
460 const struct timings *find_vic_id(unsigned char vic);
461 const struct timings *find_hdmi_vic_id(unsigned char hdmi_vic);
462 const struct timings *cta_close_match_to_vic(const timings &t, unsigned &vic);