Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dsync_buffer.cc19 size_t SyncBuffer::FutureLength() const { in FutureLength() function in webrtc::SyncBuffer
80 size_t samples_to_read = std::min(FutureLength(), requested_len); in GetNextAudioInterleaved()
Dneteq_impl.cc299 sync_buffer_->FutureLength(); in CurrentDelayMs()
329 sync_buffer_->FutureLength(); in NetworkStatistics()
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()
922 static_cast<uint32_t>(sync_buffer_->FutureLength()); in GetAudioInternal()
976 const int samples_left = static_cast<int>(sync_buffer_->FutureLength() - in GetDecision()
1476 while ((sync_buffer_->FutureLength() - expand_->overlap_length()) < in DoExpand()
1597 (borrowed_samples_per_channel > sync_buffer_->FutureLength()) ? in DoPreemptiveExpand()
1598 (borrowed_samples_per_channel - sync_buffer_->FutureLength()) : 0; in DoPreemptiveExpand()
Dsync_buffer.h29 size_t FutureLength() const;
Ddecision_logic.cc127 sync_buffer.FutureLength() - expand.overlap_length(); in GetDecision()
Ddecision_logic_normal.cc176 sync_buffer.FutureLength() - expand.overlap_length(); in FuturePacketAvailable()
Dmerge.cc161 *old_length = sync_buffer_->FutureLength(); in GetExpandedSignal()
Dneteq_impl_unittest.cc501 sync_buffer->FutureLength()); in TEST_F()
977 EXPECT_EQ(5u, neteq_->sync_buffer_for_test()->FutureLength()); in TEST_F()