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

  /external/webrtc/src/modules/audio_processing/main/source/
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;
audio_buffer.h 41 WebRtc_Word32* synthesis_filter_state2(WebRtc_Word32 channel) const;
audio_processing_impl.cc 369 capture_audio_->synthesis_filter_state2(i));

Completed in 5632 milliseconds