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/
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;
audio_buffer.h 42 int32_t* synthesis_filter_state2(int channel) const;
audio_processing_impl.cc 357 capture_audio_->synthesis_filter_state2(i));

Completed in 548 milliseconds