Home | Sort by relevance Sort by last modified time |
/external/webrtc/webrtc/modules/audio_processing/ | |
audio_buffer.h | 89 ChannelBuffer<float>* data_f(); 90 const ChannelBuffer<float>* data_f() const; |
audio_buffer.cc | 287 ChannelBuffer<float>* AudioBuffer::data_f() { function in class:webrtc::AudioBuffer 292 const ChannelBuffer<float>* AudioBuffer::data_f() const { function in class:webrtc::AudioBuffer |