Home
last modified time | relevance | path

Searched defs:ilace (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libkmsxx/kms++/src/
H A Dmodedb.cpp11 …ind_from_table(const Videomode* modes, uint32_t width, uint32_t height, float vrefresh, bool ilace) in find_from_table()
48 const Videomode& find_dmt(uint32_t width, uint32_t height, float vrefresh, bool ilace) in find_dmt()
53 const Videomode& find_cea(uint32_t width, uint32_t height, float vrefresh, bool ilace) in find_cea()
H A Dvideomode.cpp56 void Videomode::set_interlace(bool ilace) in set_interlace()
H A Dmode_cvt.cpp49 Videomode videomode_from_cvt(uint32_t hact, uint32_t vact, uint32_t refresh, bool ilace, bool reduc… in videomode_from_cvt()
/aosp_15_r20/external/libkmsxx/utils/
H A Dkmstest.cpp152 bool ilace = sm[5].matched ? true : false; in parse_crtc() local