Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Daudio_buffer.h58 float* const* channels_f();
Daudio_buffer.cc252 float* const* AudioBuffer::channels_f() { in channels_f() function in webrtc::AudioBuffer
Daudio_processing_impl.cc821 ca->channels_f()[0], ca->num_frames(), ca->num_channels(), in ProcessStreamLocked()