Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dcontroller_manager.cc347 controller_scoring_points_.insert(std::make_pair( in ControllerManagerImpl()
357 if (controller_scoring_points_.size() == 0) in GetSortedControllers()
388 auto lhs_scoring_point = controller_scoring_points_.find(lhs); in GetSortedControllers()
389 auto rhs_scoring_point = controller_scoring_points_.find(rhs); in GetSortedControllers()
391 if (lhs_scoring_point == controller_scoring_points_.end()) in GetSortedControllers()
394 if (rhs_scoring_point == controller_scoring_points_.end()) in GetSortedControllers()
Dcontroller_manager.h116 std::map<const Controller*, ScoringPoint> controller_scoring_points_; variable