Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/
Daudio_processing_impl.h87 bool synthesis_needed(bool stream_data_changed) const;
Daudio_processing_impl.cc350 if (synthesis_needed(data_changed)) { in ProcessStream()
592 bool AudioProcessingImpl::synthesis_needed(bool stream_data_changed) const { in synthesis_needed() function in webrtc::AudioProcessingImpl