Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Dgain_control_impl.cc88 render_queue_buffer_.end(), audio->mixed_low_pass_data(), in ProcessRenderAudio()
89 (audio->mixed_low_pass_data() + audio->num_frames_per_band())); in ProcessRenderAudio()
Daudio_buffer.h100 const int16_t* mixed_low_pass_data();
Dvoice_detection_impl.cc68 audio->mixed_low_pass_data(), in ProcessCaptureAudio()
Daudio_buffer.cc305 const int16_t* AudioBuffer::mixed_low_pass_data() { in mixed_low_pass_data() function in webrtc::AudioBuffer