Home
last modified time | relevance | path

Searched refs:enable_rtx_handling_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Ddelay_manager_unittest.cc60 bool enable_rtx_handling_ = false; member in webrtc::DelayManagerTest
79 enable_rtx_handling_, &tick_timer_, std::move(histogram)); in RecreateDelayManager()
82 enable_rtx_handling_, &tick_timer_); in RecreateDelayManager()
382 enable_rtx_handling_ = true; in TEST_F()
Ddelay_manager.h168 const bool enable_rtx_handling_; variable
Ddelay_manager.cc107 enable_rtx_handling_(enable_rtx_handling) { in DelayManager()
202 if (enable_rtx_handling_ && reordered && in Update()
Dneteq_impl.h396 const bool enable_rtx_handling_ RTC_GUARDED_BY(mutex_);
Dneteq_impl.cc162 enable_rtx_handling_(config.enable_rtx_handling), in NetEqImpl()
795 (enable_rtx_handling_ || in InsertPacketInternal()