Searched refs:rec_stat_count_ (Results 1 – 2 of 2) sorted by relevance
60 rec_stat_count_(0), in AudioDeviceBuffer()244 RTC_DCHECK_LT(rec_stat_count_, 50); in SetRecordedBuffer()245 if (++rec_stat_count_ >= 50) { in SetRecordedBuffer()248 rec_stat_count_ = 0; in SetRecordedBuffer()
198 int16_t rec_stat_count_; variable