Searched refs:enable_rtx_handling (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/modules/audio_coding/neteq/ |
D | delay_manager.h | 31 bool enable_rtx_handling, 42 bool enable_rtx_handling,
|
D | delay_manager.cc | 89 bool enable_rtx_handling, in DelayManager() argument 107 enable_rtx_handling_(enable_rtx_handling) { in DelayManager() 117 bool enable_rtx_handling, in Create() argument 125 enable_rtx_handling, tick_timer, std::move(histogram)); in Create()
|
D | decision_logic_unittest.cc | 40 config.enable_rtx_handling = false; in TEST()
|
D | neteq_impl.cc | 63 bool enable_rtx_handling, in CreateNetEqController() argument 70 config.enable_rtx_handling = enable_rtx_handling; in CreateNetEqController() 115 config.enable_rtx_handling, in Dependencies() 162 enable_rtx_handling_(config.enable_rtx_handling), in NetEqImpl()
|
D | decision_logic.cc | 38 config.enable_rtx_handling, in DecisionLogic()
|
D | neteq_impl_unittest.cc | 125 controller_config.enable_rtx_handling = config_.enable_rtx_handling; in CreateInstance() 1518 config_.enable_rtx_handling = true; in TEST_F()
|
/external/webrtc/api/neteq/ |
D | neteq.cc | 33 << ", enable_rtx_handling=" << (enable_rtx_handling ? "true" : "false") in ToString()
|
D | neteq_controller.h | 67 bool enable_rtx_handling; member
|
D | neteq.h | 138 bool enable_rtx_handling = false; member
|