Home
last modified time | relevance | path

Searched refs:data_f (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Daudio_buffer.h89 ChannelBuffer<float>* data_f();
90 const ChannelBuffer<float>* data_f() const;
Daudio_buffer.cc287 ChannelBuffer<float>* AudioBuffer::data_f() { in data_f() function in webrtc::AudioBuffer
292 const ChannelBuffer<float>* AudioBuffer::data_f() const { in data_f() function in webrtc::AudioBuffer