Home
last modified time | relevance | path

Searched refs:channels_const (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_processing/
Daudio_buffer.h77 const float* const* channels_const() const { return data_->channels(); } in channels_const() function
142 const float* const* channels_const_f() const { return channels_const(); } in channels_const_f()
Dlevel_estimator.cc25 rms_.Analyze(rtc::ArrayView<const float>(audio.channels_const()[i], in ProcessStream()
Daudio_processing_impl.cc1080 capture_buffer->channels_const()[0], in ProcessCaptureStreamLocked()
1280 capture_buffer->channels_const()[0], in ProcessCaptureStreamLocked()
1492 rtc::ArrayView<const float>(linear_aec_buffer->channels_const()[ch], in GetLinearAecOutput()
/external/webrtc/modules/audio_processing/aec3/
Decho_canceller3.cc723 capture.channels_const()[0], sample_rate_hz_, 1); in AnalyzeCapture()
728 capture.channels_const()[channel], capture.num_frames())); in AnalyzeCapture()
/external/webrtc/modules/audio_processing/agc/
Dagc_manager_direct.cc490 AnalyzePreProcess(audio->channels_const(), audio->num_frames()); in AnalyzePreProcess()