Home
last modified time | relevance | path

Searched defs:autorotator (Results 1 – 2 of 2) sorted by relevance

/dports/audio/din/din-52/src/
H A Dautorotator.h16 struct autorotator { struct
18 defvelaccel& dva;
20 int yes;
44 autorotator (defvelaccel& d); argument
68 std::ostream& operator<< (std::ostream&, autorotator& ar); argument
H A Dautorotator.cc12 autorotator::autorotator (defvelaccel& d) : dva (d), autoflip(d) { in autorotator() function in autorotator