Go to the source code of this file.
Classes | |
| class | VideoSync |
| Virtual base class for all video synchronization classes. More... | |
| class | DRMVideoSync |
| Video synchronization class employing /dev/drm0. More... | |
| class | RTCVideoSync |
| Video synchronization class employing /dev/rtc. More... | |
| class | BusyWaitVideoSync |
| Video synchronization classes employing usleep() and busy-waits. More... | |
| class | USleepVideoSync |
| Video synchronization classes employing only usleep(). More... | |
| class | DummyVideoSync |
Variables | |
| bool | tryingVideoSync |
Definition at line 54 of file vsync.cpp.
Referenced by VideoSync::BestMethod().
1.6.3