Searched refs:mBackgroundSumCount (Results 1 – 1 of 1) sorted by relevance
426 mBackgroundSumCount = 0; in reset()523 mBackgroundSumCount++; in processInputFrame()526 mBackgroundRMS = sqrtf(mBackgroundSumSquare / mBackgroundSumCount); in processInputFrame()613 int32_t mBackgroundSumCount = 0; variable