Lines Matching refs:Videomode
14 unique_ptr<Blob> Videomode::to_blob(Card& card) const in to_blob()
21 float Videomode::calculated_vrefresh() const in calculated_vrefresh()
28 bool Videomode::interlace() const in interlace()
33 SyncPolarity Videomode::hsync() const in hsync()
42 SyncPolarity Videomode::vsync() const in vsync()
51 void Videomode::set_interlace(bool ilace) in set_interlace()
59 void Videomode::set_hsync(SyncPolarity pol) in set_hsync()
75 void Videomode::set_vsync(SyncPolarity pol) in set_vsync()
91 string Videomode::to_string() const in to_string()
101 Videomode videomode_from_timings(uint32_t clock_khz, in videomode_from_timings()
105 Videomode m { }; in videomode_from_timings()