Home
last modified time | relevance | path

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

/external/webrtc/webrtc/call/
Dbitrate_allocator.cc144 ObserverSortingMap list_max_bitrates; in NormalRateAllocation()
151 ObserverSortingMap::iterator max_it = list_max_bitrates.begin(); in NormalRateAllocation()
Dbitrate_allocator.h79 typedef std::multimap<uint32_t, ObserverConfiguration> ObserverSortingMap; typedef