Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_recorder.cc36 RTC_LOG(LS_INFO) << "detected owerflows: " << overflow_count_; in ~AAudioRecorder()
82 overflow_count_ = aaudio_.xrun_count(); in StartRecording()
178 if (overflow_count > overflow_count_) { in OnDataCallback()
180 overflow_count_ = overflow_count; in OnDataCallback()
Daaudio_recorder.h114 int32_t overflow_count_ = 0; variable
/external/webrtc/modules/audio_device/android/
Daaudio_recorder.cc36 RTC_LOG(LS_INFO) << "detected owerflows: " << overflow_count_; in ~AAudioRecorder()
78 overflow_count_ = aaudio_.xrun_count(); in StartRecording()
168 if (overflow_count > overflow_count_) { in OnDataCallback()
170 overflow_count_ = overflow_count; in OnDataCallback()
Daaudio_recorder.h112 int32_t overflow_count_ = 0; variable