HomeSort by relevance Sort by last modified time
    Searched refs:debug_file_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/main/source/
audio_processing_impl.cc 71 debug_file_(FileWrapper::Create()),
114 if (debug_file_->Open()) {
115 debug_file_->CloseFile();
117 delete debug_file_;
118 debug_file_ = NULL;
269 if (debug_file_->Open()) {
271 if (!debug_file_->Write(&event, sizeof(event))) {
275 if (!debug_file_->Write(&frame->_frequencyInHz,
280 if (!debug_file_->Write(&frame->_audioChannel,
285 if (!debug_file_->Write(&frame->_payloadDataLengthInSamples
    [all...]
audio_processing_impl.h 91 FileWrapper* debug_file_; member in class:webrtc::AudioProcessingImpl

Completed in 29 milliseconds