Home
last modified time | relevance | path

Searched refs:debug_file_ (Results 1 – 5 of 5) 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
/external/chromium_org/third_party/webrtc/modules/audio_processing/
Daudio_processing_impl.cc84 debug_file_(FileWrapper::Create()), in AudioProcessingImpl()
133 if (debug_file_->Open()) { in ~AudioProcessingImpl()
134 debug_file_->CloseFile(); in ~AudioProcessingImpl()
194 if (debug_file_->Open()) { in InitializeLocked()
371 if (debug_file_->Open()) { in ProcessStream()
389 if (debug_file_->Open()) { in ProcessStream()
431 if (debug_file_->Open()) { in ProcessStream()
446 if (debug_file_->Open()) { in ProcessStream()
462 if (debug_file_->Open()) { in ProcessStreamLocked()
537 if (debug_file_->Open()) { in AnalyzeReverseStream()
[all …]
Daudio_processing_impl.h183 scoped_ptr<FileWrapper> debug_file_; variable
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Drtp_player.cc77 debug_file_(fopen("PacketLossDebug.txt", "w")), in LostPackets()
86 if (debug_file_) { in ~LostPackets()
87 fclose(debug_file_); in ~LostPackets()
88 debug_file_ = NULL; in ~LostPackets()
100 if (debug_file_) { in AddPacket()
101 fprintf(debug_file_, "%u Lost packet: %u\n", loss_count_, in AddPacket()
116 if (debug_file_) { in SetResendTime()
117 fprintf(debug_file_, "Resend %u at %u\n", packet->seq_num(), in SetResendTime()
155 if (debug_file_) { in LogPacketResent()
156 fprintf(debug_file_, "Resent %u at %u\n", packet->seq_num(), in LogPacketResent()
[all …]