Home
last modified time | relevance | path

Searched refs:num_flexfec_streams_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/call/
Drampup_tests.cc77 num_flexfec_streams_(num_flexfec_streams), in RampUpTester()
96 EXPECT_EQ(0u, num_flexfec_streams_); in RampUpTester()
139 return num_flexfec_streams_; in GetNumFlexfecStreams()
255 RTC_DCHECK_LE(num_flexfec_streams_, 1); in ModifyVideoConfigs()
256 if (num_flexfec_streams_ == 1) { in ModifyVideoConfigs()
296 if (num_flexfec_streams_ == 0) in ModifyFlexfecConfigs()
298 RTC_DCHECK_EQ(1, num_flexfec_streams_); in ModifyFlexfecConfigs()
521 if (num_flexfec_streams_ > 0) { in GetFecBytes()
530 return num_flexfec_streams_ > 0 && forward_transport_config_.loss_percent > 0; in ExpectingFec()
Drampup_tests.h79 const size_t num_flexfec_streams_; variable
/external/webrtc/test/
Dcall_test.cc57 num_flexfec_streams_(0),
93 num_flexfec_streams_ = test->GetNumFlexfecStreams(); in RunBaseTest()
147 num_flexfec_streams_, send_transport_.get()); in RunBaseTest()
158 if (num_flexfec_streams_ > 0) { in RunBaseTest()
162 if (num_flexfec_streams_ > 0) { in RunBaseTest()
409 RTC_DCHECK(num_flexfec_streams_ <= 1); in CreateMatchingAudioAndFecConfigs()
410 if (num_flexfec_streams_ == 1) { in CreateMatchingAudioAndFecConfigs()
Dcall_test.h226 size_t num_flexfec_streams_; variable