Searched refs:len_high_activity_ (Results 1 – 2 of 2) sorted by relevance
71 len_high_activity_(0) { in LoudnessHistogram()86 len_high_activity_(0) {} in LoudnessHistogram()118 RTC_DCHECK_LE(len_high_activity_, kTransientWidthThreshold); in RemoveTransient()121 while (len_high_activity_ > 0) { in RemoveTransient()125 len_high_activity_--; in RemoveTransient()138 if (len_high_activity_ <= kTransientWidthThreshold) in InsertNewestEntryAndUpdate()140 len_high_activity_ = 0; in InsertNewestEntryAndUpdate()141 } else if (len_high_activity_ <= kTransientWidthThreshold) { in InsertNewestEntryAndUpdate()142 len_high_activity_++; in InsertNewestEntryAndUpdate()189 len_high_activity_ = 0; in Reset()
85 int len_high_activity_; variable