Home
last modified time | relevance | path

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

/external/webrtc/call/
Drampup_tests.cc71 num_flexfec_streams_(num_flexfec_streams), in RampUpTester()
90 EXPECT_EQ(0u, num_flexfec_streams_); in RampUpTester()
133 return num_flexfec_streams_; in GetNumFlexfecStreams()
253 RTC_DCHECK_LE(num_flexfec_streams_, 1); in ModifyVideoConfigs()
254 if (num_flexfec_streams_ == 1) { in ModifyVideoConfigs()
294 if (num_flexfec_streams_ == 0) in ModifyFlexfecConfigs()
296 RTC_DCHECK_EQ(1, num_flexfec_streams_); in ModifyFlexfecConfigs()
510 if (num_flexfec_streams_ > 0) { in GetFecBytes()
519 return num_flexfec_streams_ > 0 && forward_transport_config_.loss_percent > 0; in ExpectingFec()
Drampup_tests.h76 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()
408 RTC_DCHECK(num_flexfec_streams_ <= 1); in CreateMatchingAudioAndFecConfigs()
409 if (num_flexfec_streams_ == 1) { in CreateMatchingAudioAndFecConfigs()
Dcall_test.h224 size_t num_flexfec_streams_; variable