Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/
Daudio_buffer.h36 int16_t* mixed_low_pass_data(int channel) const;
Dvoice_detection_impl.cc72 mixed_data = audio->mixed_low_pass_data(0); in ProcessCaptureAudio()
Daudio_buffer.cc130 int16_t* AudioBuffer::mixed_low_pass_data(int channel) const { in mixed_low_pass_data() function in webrtc::AudioBuffer
Dgain_control_impl.cc81 mixed_data = audio->mixed_low_pass_data(0); in ProcessRenderAudio()