Searched refs:slopDurationNs (Results 1 – 1 of 1) sorted by relevance
78 int32_t slopDurationNs = milliseconds_to_nanoseconds( in reconfigure() local80 if (slopThreshold > 0 && slopDurationNs > 0) { in reconfigure()81 mSlopController = std::make_unique<SlopController>(slopThreshold, slopDurationNs); in reconfigure()