| 1804 | } |
| 1805 | |
| 1806 | void |
| 1807 | OutputSchedulerThread::getLastRunArgs(RenderDirectionEnum* direction, |
| 1808 | std::vector<ViewIdx>* viewsToRender) const |
| 1809 | { |
| 1810 | QMutexLocker k(&_imp->lastRunArgsMutex); |
| 1811 | |
| 1812 | *direction = _imp->lastPlaybackRenderDirection; |
| 1813 | *viewsToRender = _imp->lastPlaybackViewsToRender; |
| 1814 | } |
| 1815 | |
| 1816 | void |
| 1817 | OutputSchedulerThread::renderFrameRange(bool isBlocking, |
no outgoing calls
no test coverage detected