Home
last modified time | relevance | path

Searched refs:overflow_count_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_device/android/
Daaudio_recorder.cc40 RTC_LOG(INFO) << "detected owerflows: " << overflow_count_; in ~AAudioRecorder()
82 overflow_count_ = aaudio_.xrun_count(); in StartRecording()
172 if (overflow_count > overflow_count_) { in OnDataCallback()
174 overflow_count_ = overflow_count; in OnDataCallback()
Daaudio_recorder.h117 int32_t overflow_count_ = 0; variable
/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_recorder.cc42 RTC_LOG(INFO) << "detected owerflows: " << overflow_count_; in ~AAudioRecorder()
88 overflow_count_ = aaudio_.xrun_count(); in StartRecording()
184 if (overflow_count > overflow_count_) { in OnDataCallback()
186 overflow_count_ = overflow_count; in OnDataCallback()
Daaudio_recorder.h119 int32_t overflow_count_ = 0; variable