Searched refs:inMs (Results 1 – 2 of 2) sorted by relevance
218 const int64_t inMs = in authenticate() local221 return {AuthResult::LOCKED_OUT_TIMED, static_cast<int>(inMs), {}}; in authenticate()
78 constexpr size_t inMs = 1000; in getLatencyMs() local82 const size_t denominator = periodSettings.periodCount * cfg.base.sampleRateHz / inMs; in getLatencyMs()