Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dsync_buffer.cc19 size_t SyncBuffer::FutureLength() const { in FutureLength() function in webrtc::SyncBuffer
87 const size_t samples_to_read = std::min(FutureLength(), requested_len); in GetNextAudioInterleaved()
Dneteq_impl.cc381 controller_->GetFilteredBufferLevel() + sync_buffer_->FutureLength(); in FilteredCurrentDelayMs()
392 sync_buffer_->FutureLength(); in NetworkStatistics()
418 sync_buffer_->FutureLength()) * in GetOperationsAndState()
528 return rtc::dchecked_cast<int>(sync_buffer_->FutureLength() / in SyncBufferSizeMs()
894 RTC_DCHECK_GE(sync_buffer_->FutureLength() - expand_->overlap_length(), in GetAudioInternal()
977 if (sync_buffer_->FutureLength() < expand_->overlap_length()) { in GetAudioInternal()
982 expand_->overlap_length() - sync_buffer_->FutureLength(); in GetAudioInternal()
998 RTC_DCHECK_GE(sync_buffer_->FutureLength(), expand_->overlap_length()); in GetAudioInternal()
1028 static_cast<uint32_t>(sync_buffer_->FutureLength()); in GetAudioInternal()
1105 const int samples_left = static_cast<int>(sync_buffer_->FutureLength() - in GetDecision()
[all …]
Dsync_buffer.h36 size_t FutureLength() const;
Dmerge_unittest.cc80 ASSERT_GT(sync_buffer_.FutureLength(), 0u); in SetUp()
Dmerge.cc163 *old_length = sync_buffer_->FutureLength(); in GetExpandedSignal()
Dneteq_impl_unittest.cc535 sync_buffer->FutureLength()); in TEST_F()
1215 EXPECT_EQ(5u, neteq_->sync_buffer_for_test()->FutureLength()); in TEST_F()