audio_buffer.cc | 55 memset(synthesis_filter_state2, 0, sizeof(synthesis_filter_state2)); 64 WebRtc_Word32 synthesis_filter_state2[6]; member in struct:webrtc::SplitAudioChannel 169 WebRtc_Word32* AudioBuffer::synthesis_filter_state2(WebRtc_Word32 channel) const { function in class:webrtc::AudioBuffer 171 return split_channels_[channel].synthesis_filter_state2;
|