Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dblock_processor.cc38 class BlockProcessorImpl final : public BlockProcessor { class
40 BlockProcessorImpl(const EchoCanceller3Config& config,
48 BlockProcessorImpl() = delete;
50 ~BlockProcessorImpl() override;
83 int BlockProcessorImpl::instance_count_ = 0;
85 BlockProcessorImpl::BlockProcessorImpl( in BlockProcessorImpl() function in webrtc::__anon1fbca3210111::BlockProcessorImpl
104 BlockProcessorImpl::~BlockProcessorImpl() = default;
106 void BlockProcessorImpl::ProcessCapture( in ProcessCapture()
203 void BlockProcessorImpl::BufferRender( in BufferRender()
224 void BlockProcessorImpl::UpdateEchoLeakageStatus(bool leakage_detected) { in UpdateEchoLeakageStatus()
[all …]