Home
last modified time | relevance | path

Searched defs:scoring_point (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dcontroller_manager.cc301 auto& scoring_point = controller_config.scoring_point(); in Create() local
370 ScoringPoint scoring_point(*metrics.uplink_bandwidth_bps, in GetSortedControllers() local
Dcontroller_manager_unittest.cc240 auto scoring_point = controller_config_ext->mutable_scoring_point(); in AddFecControllerConfig() local
258 auto scoring_point = controller_config_ext->mutable_scoring_point(); in AddFrameLengthControllerConfig() local
Dconfig.proto174 optional ScoringPoint scoring_point = 1; field