Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/
Daudio_processing_impl.cc71 debug_file_(FileWrapper::Create()), in AudioProcessingImpl()
114 if (debug_file_->Open()) { in ~AudioProcessingImpl()
115 debug_file_->CloseFile(); in ~AudioProcessingImpl()
174 if (debug_file_->Open()) { in InitializeLocked()
277 if (debug_file_->Open()) { in ProcessStream()
370 if (debug_file_->Open()) { in ProcessStream()
408 if (debug_file_->Open()) { in AnalyzeReverseStream()
490 if (debug_file_->Open()) { in StartDebugRecording()
491 if (debug_file_->CloseFile() == -1) { in StartDebugRecording()
496 if (debug_file_->OpenFile(filename, false) == -1) { in StartDebugRecording()
[all …]
Daudio_processing_impl.h109 scoped_ptr<FileWrapper> debug_file_; variable