Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/
Daudio_processing_impl.h88 bool analysis_needed(bool stream_data_changed) const;
Daudio_processing_impl.cc299 if (analysis_needed(data_changed)) { in ProcessStream()
596 bool AudioProcessingImpl::analysis_needed(bool stream_data_changed) const { in analysis_needed() function in webrtc::AudioProcessingImpl