Searched refs:FutureLength (Results 1 – 7 of 7) sorted by relevance
19 size_t SyncBuffer::FutureLength() const { in FutureLength() function in webrtc::SyncBuffer80 size_t samples_to_read = std::min(FutureLength(), requested_len); in GetNextAudioInterleaved()
299 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()
29 size_t FutureLength() const;
127 sync_buffer.FutureLength() - expand.overlap_length(); in GetDecision()
176 sync_buffer.FutureLength() - expand.overlap_length(); in FuturePacketAvailable()
161 *old_length = sync_buffer_->FutureLength(); in GetExpandedSignal()
501 sync_buffer->FutureLength()); in TEST_F()977 EXPECT_EQ(5u, neteq_->sync_buffer_for_test()->FutureLength()); in TEST_F()