Searched refs:overlap_length (Results 1 – 7 of 7) sorted by relevance
163 assert(*old_length >= expand_->overlap_length()); in GetExpandedSignal()328 const size_t pad_length = expand_->overlap_length() - 1; in CorrelateAndPeakSearch()345 size_t start_index = timestamps_per_call_ + expand_->overlap_length(); in CorrelateAndPeakSearch()370 (timestamps_per_call_ + expand_->overlap_length())) || in CorrelateAndPeakSearch()
406 expand_->overlap_length()); in FlushBuffers()872 if (sync_buffer_->FutureLength() < expand_->overlap_length()) { in GetAudioInternal()877 expand_->overlap_length() - sync_buffer_->FutureLength(); in GetAudioInternal()894 RTC_DCHECK_GE(sync_buffer_->FutureLength(), expand_->overlap_length()); in GetAudioInternal()977 expand_->overlap_length()); in GetDecision()1476 while ((sync_buffer_->FutureLength() - expand_->overlap_length()) < in DoExpand()2001 expand_->overlap_length()); in SetSampleRateAndChannels()2008 fs_hz, channels, *background_noise_, expand_->overlap_length())); in SetSampleRateAndChannels()
66 virtual size_t overlap_length() const;
127 sync_buffer.FutureLength() - expand.overlap_length(); in GetDecision()
176 sync_buffer.FutureLength() - expand.overlap_length(); in FuturePacketAvailable()
329 size_t Expand::overlap_length() const { in overlap_length() function in webrtc::Expand
44 MOCK_CONST_METHOD0(overlap_length,