HomeSort by relevance Sort by last modified time
    Searched refs:data_f (Results 1 - 2 of 2) sorted by null

  /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

Completed in 134 milliseconds