Home
last modified time | relevance | path

Searched refs:overlap_length (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Dmerge.cc167 RTC_DCHECK_GE(*old_length, expand_->overlap_length()); in GetExpandedSignal()
331 const size_t pad_length = expand_->overlap_length() - 1; in CorrelateAndPeakSearch()
348 size_t start_index = timestamps_per_call_ + expand_->overlap_length(); in CorrelateAndPeakSearch()
373 (timestamps_per_call_ + expand_->overlap_length())) || in CorrelateAndPeakSearch()
Dneteq_impl.cc449 expand_->overlap_length()); in FlushBuffers()
860 RTC_DCHECK_GE(sync_buffer_->FutureLength() - expand_->overlap_length(), in GetAudioInternal()
943 if (sync_buffer_->FutureLength() < expand_->overlap_length()) { in GetAudioInternal()
948 expand_->overlap_length() - sync_buffer_->FutureLength(); in GetAudioInternal()
964 RTC_DCHECK_GE(sync_buffer_->FutureLength(), expand_->overlap_length()); in GetAudioInternal()
1072 expand_->overlap_length()); in GetDecision()
1581 (sync_buffer_->FutureLength() - expand_->overlap_length()); in DoCodecPlc()
1616 while ((sync_buffer_->FutureLength() - expand_->overlap_length()) < in DoExpand()
2099 expand_->overlap_length()); in SetSampleRateAndChannels()
2106 fs_hz, channels, *background_noise_, expand_->overlap_length())); in SetSampleRateAndChannels()
Dexpand.h72 virtual size_t overlap_length() const;
Dexpand.cc348 size_t Expand::overlap_length() const { in overlap_length() function in webrtc::Expand
/external/webrtc/modules/audio_coding/neteq/mock/
Dmock_expand.h39 MOCK_METHOD(size_t, overlap_length, (), (const, override));
/external/cronet/base/i18n/
Dicu_mergeable_data_file.cc220 size_t overlap_length = in FindOverlap() local
224 return {ash_offset, overlap_length}; in FindOverlap()