audio_buffer.cc | 51 memset(synthesis_filter_state2, 0, sizeof(synthesis_filter_state2)); 60 WebRtc_Word32 synthesis_filter_state2[6]; member in struct:webrtc::SplitAudioChannel 160 WebRtc_Word32* AudioBuffer::synthesis_filter_state2(int channel) const { function in class:webrtc::AudioBuffer 162 return split_channels_[channel].synthesis_filter_state2;
|