Home
last modified time | relevance | path

Searched refs:calculated_vrefresh (Results 1 – 4 of 4) sorted by relevance

/external/libkmsxx/kms++/src/
Dvideomode.cpp26 float Videomode::calculated_vrefresh() const in calculated_vrefresh() function in kms::Videomode
98 …n fmt::format("{}x{}{}@{:.2f}", hdisplay, vdisplay, interlace() ? "i" : "", calculated_vrefresh()); in to_string_short()
122 vrefresh, calculated_vrefresh(), in to_string_long()
138 vrefresh, calculated_vrefresh(), in to_string_long_padded()
Dmodedb.cpp22 if (vrefresh && vrefresh != m.calculated_vrefresh()) in find_from_table()
39 if (vrefresh && vrefresh != roundf(m.calculated_vrefresh())) in find_from_table()
Dconnector.cpp146 if (vrefresh && vrefresh != m.calculated_vrefresh()) in get_mode()
168 if (vrefresh && vrefresh != m.calculated_vrefresh()) in get_mode()
185 if (vrefresh && vrefresh != roundf(m.calculated_vrefresh())) in get_mode()
/external/libkmsxx/kms++/inc/kms++/
Dvideomode.h39 float calculated_vrefresh() const;