Home
last modified time | relevance | path

Searched refs:CreateFecControllerPlrBased (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dfec_controller_plr_based_unittest.cc56 FecControllerPlrBasedTestStates CreateFecControllerPlrBased( in CreateFecControllerPlrBased() function
71 FecControllerPlrBasedTestStates CreateFecControllerPlrBased( in CreateFecControllerPlrBased() function
73 return CreateFecControllerPlrBased( in CreateFecControllerPlrBased()
120 auto states = CreateFecControllerPlrBased(initial_fec_enabled); in TEST()
134 auto states = CreateFecControllerPlrBased(initial_fec_enabled); in TEST()
149 auto states = CreateFecControllerPlrBased(initial_fec_enabled); in TEST()
157 auto states = CreateFecControllerPlrBased(false); in TEST()
171 auto states = CreateFecControllerPlrBased(false); in TEST()
182 auto states = CreateFecControllerPlrBased(false); in TEST()
189 auto states = CreateFecControllerPlrBased(false); in TEST()
[all …]
Dcontroller_manager.cc46 std::unique_ptr<FecControllerPlrBased> CreateFecControllerPlrBased( in CreateFecControllerPlrBased() function
263 controller = CreateFecControllerPlrBased( in Create()