Searched refs:SplitAudioChannel (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/
H A Daudio_buffer.h21 struct SplitAudioChannel;
74 scoped_array<SplitAudioChannel> split_channels_;
H A Daudio_buffer.cc44 struct SplitAudioChannel { struct in namespace:webrtc
45 SplitAudioChannel() { function in struct:webrtc::SplitAudioChannel
90 split_channels_.reset(new SplitAudioChannel[max_num_channels_]);

Completed in 53 milliseconds