Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Ddecision_logic_unittest.cc41 config.allow_time_stretching = true; in TEST()
Ddecision_logic.cc41 disallow_time_stretching_(!config.allow_time_stretching), in DecisionLogic()
Dneteq_impl.cc64 bool allow_time_stretching, in CreateNetEqController() argument
71 config.allow_time_stretching = allow_time_stretching; in CreateNetEqController()
Dneteq_impl_unittest.cc126 controller_config.allow_time_stretching = true; in CreateInstance()
/external/webrtc/api/neteq/
Dneteq_controller.h66 bool allow_time_stretching; member