Searched refs:ValidFullBandRate (Results 1 – 6 of 6) sorted by relevance
60 constexpr bool ValidFullBandRate(int sample_rate_hz) { in ValidFullBandRate() function103 static_assert(ValidFullBandRate(16000),105 static_assert(ValidFullBandRate(32000),107 static_assert(ValidFullBandRate(48000),109 static_assert(!ValidFullBandRate(8001),
73 RTC_DCHECK(ValidFullBandRate(sample_rate_hz_)); in SuppressionFilter()
102 RTC_DCHECK(ValidFullBandRate(sample_rate_hz)); in RenderDelayControllerImpl()
101 RTC_DCHECK(ValidFullBandRate(sample_rate_hz_)); in BlockProcessorImpl()
222 RTC_DCHECK(ValidFullBandRate(sample_rate_hz));
681 RTC_DCHECK(ValidFullBandRate(sample_rate_hz_)); in EchoCanceller3()