Searched refs:mBackgroundSumCount (Results 1 – 1 of 1) sorted by relevance
408 mBackgroundSumCount = 0; in reset()506 mBackgroundSumCount++; in processInputFrame()509 mBackgroundRMS = sqrtf(mBackgroundSumSquare / mBackgroundSumCount); in processInputFrame()595 int32_t mBackgroundSumCount = 0; variable