Lines Matching refs:FutureLength
381 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()
1148 status.sync_buffer_samples = sync_buffer_->FutureLength(); in GetDecision()
1617 (sync_buffer_->FutureLength() - expand_->overlap_length()); in DoCodecPlc()
1652 while ((sync_buffer_->FutureLength() - expand_->overlap_length()) < in DoExpand()
1778 (borrowed_samples_per_channel > sync_buffer_->FutureLength()) in DoPreemptiveExpand()
1779 ? (borrowed_samples_per_channel - sync_buffer_->FutureLength()) in DoPreemptiveExpand()