MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / GetSuggestedInterval

Method GetSuggestedInterval

sources/base/Smoothing.cpp:439–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439int Smoothing::GetSuggestedInterval()
440{
441 if (_enabled && !_pause)
442 {
443 return static_cast<int>(_updateInterval);
444 }
445
446 return 0;
447}
448
449bool Smoothing::SelectConfig(unsigned cfg, bool force)
450{

Callers 3

clearQueuedColorsMethod · 0.95
startMethod · 0.80
handleSettingsUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected