Home
last modified time | relevance | path

Searched refs:JACK_ENGINE_ROLLING_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackEngineControl.cpp97 fRollingInterval = int(floor((JACK_ENGINE_ROLLING_INTERVAL * 1000.f) / fPeriodUsecs)); in ResetRollingUsecs()
H A DJackEngineControl.h42 #define JACK_ENGINE_ROLLING_INTERVAL 1024 macro