Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h402 double noiseSignalRatio = getSignalRMS() <= getBackgroundRMS() in getMeasuredConfidence()
403 ? 1.0 : getBackgroundRMS() / getSignalRMS(); in getMeasuredConfidence()
417 virtual double getBackgroundRMS() const = 0;
536 double getBackgroundRMS() const override { in getBackgroundRMS() function