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

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

Completed in 152 milliseconds