Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h427 mBackgroundRMS = 0.0f; in reset()
454 << std::setw(8) << mBackgroundRMS << "\n"; in analyze()
500 return mBackgroundRMS; in getBackgroundRMS()
526 mBackgroundRMS = sqrtf(mBackgroundSumSquare / mBackgroundSumCount); in processInputFrame()
614 double mBackgroundRMS = 0.0; variable