Searched refs:CreateAndAttachAecDump (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/audio_processing/include/ |
D | mock_audio_processing.h | 145 CreateAndAttachAecDump, 151 CreateAndAttachAecDump,
|
D | audio_processing.h | 617 virtual bool CreateAndAttachAecDump(const std::string& file_name, 620 virtual bool CreateAndAttachAecDump(FILE* handle,
|
/external/webrtc/modules/audio_processing/ |
D | audio_processing_impl.h | 76 bool CreateAndAttachAecDump(const std::string& file_name, 79 bool CreateAndAttachAecDump(FILE* handle,
|
D | audio_processing_impl.cc | 1544 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/ |
D | test_peer_factory.cc | 310 audio_processing->CreateAndAttachAecDump(*params->aec_dump_path, -1, in CreateTestPeer()
|
/external/webrtc/media/engine/ |
D | webrtc_voice_engine.cc | 640 return ap->CreateAndAttachAecDump(file.Release(), max_size_bytes, in StartAecDump()
|