Searched refs:mBackgroundSumCount (Results 1 – 1 of 1) sorted by relevance
414 mBackgroundSumCount = 0; in reset()508 mBackgroundSumCount++; in processInputFrame()511 mBackgroundRMS = sqrtf(mBackgroundSumSquare / mBackgroundSumCount); in processInputFrame()597 int32_t mBackgroundSumCount = 0; variable