Home
last modified time | relevance | path

Searched refs:play_stat_count_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_device/
Daudio_device_buffer.cc61 play_stat_count_(0), in AudioDeviceBuffer()
312 RTC_DCHECK_LT(play_stat_count_, 50); in RequestPlayoutData()
313 if (++play_stat_count_ >= 50) { in RequestPlayoutData()
317 play_stat_count_ = 0; in RequestPlayoutData()
Daudio_device_buffer.h199 int16_t play_stat_count_; variable