Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Dlevel_estimator_impl.cc39 rms_->Process(audio->channels_const()[i], audio->num_frames()); in ProcessStream()
Daudio_buffer.h57 const int16_t* const* channels_const() const;
Daudio_buffer.cc191 const int16_t* const* AudioBuffer::channels_const() const { in channels_const() function in webrtc::AudioBuffer