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

  /external/webrtc/src/modules/audio_processing/
audio_buffer.cc 50 memset(synthesis_filter_state1, 0, sizeof(synthesis_filter_state1));
59 WebRtc_Word32 synthesis_filter_state1[6]; member in struct:webrtc::SplitAudioChannel
155 WebRtc_Word32* AudioBuffer::synthesis_filter_state1(int channel) const { function in class:webrtc::AudioBuffer
157 return split_channels_[channel].synthesis_filter_state1;
audio_buffer.h 41 int32_t* synthesis_filter_state1(int channel) const;
audio_processing_impl.cc 356 capture_audio_->synthesis_filter_state1(i),

Completed in 163 milliseconds