Searched refs:mBackgroundSumCount (Results 1 – 1 of 1) sorted by relevance
460 mBackgroundSumCount = 0; in reset()561 mBackgroundSumCount++; in processInputFrame()564 mBackgroundRMS = sqrtf(mBackgroundSumSquare / mBackgroundSumCount); in processInputFrame()669 int32_t mBackgroundSumCount = 0; variable