Home
last modified time | relevance | path

Searched refs:CreateAndAttachAecDump (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h145 CreateAndAttachAecDump,
151 CreateAndAttachAecDump,
Daudio_processing.h617 virtual bool CreateAndAttachAecDump(const std::string& file_name,
620 virtual bool CreateAndAttachAecDump(FILE* handle,
/external/webrtc/modules/audio_processing/
Daudio_processing_impl.h76 bool CreateAndAttachAecDump(const std::string& file_name,
79 bool CreateAndAttachAecDump(FILE* handle,
Daudio_processing_impl.cc1544 bool AudioProcessingImpl::CreateAndAttachAecDump(const std::string& file_name, in CreateAndAttachAecDump() function in webrtc::AudioProcessingImpl
1557 bool AudioProcessingImpl::CreateAndAttachAecDump(FILE* handle, in CreateAndAttachAecDump() function in webrtc::AudioProcessingImpl
/external/webrtc/test/pc/e2e/
Dtest_peer_factory.cc310 audio_processing->CreateAndAttachAecDump(*params->aec_dump_path, -1, in CreateTestPeer()
/external/webrtc/media/engine/
Dwebrtc_voice_engine.cc640 return ap->CreateAndAttachAecDump(file.Release(), max_size_bytes, in StartAecDump()