OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObserverBitrateMap
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/call/
bitrate_allocator.cc
43
ObserverBitrateMap
allocation = AllocateBitrates();
51
BitrateAllocator::
ObserverBitrateMap
BitrateAllocator::AllocateBitrates() {
53
return
ObserverBitrateMap
();
88
ObserverBitrateMap
allocation = AllocateBitrates();
136
BitrateAllocator::
ObserverBitrateMap
BitrateAllocator::NormalRateAllocation(
150
ObserverBitrateMap
allocation;
174
BitrateAllocator::
ObserverBitrateMap
BitrateAllocator::LowRateAllocation(
176
ObserverBitrateMap
allocation;
bitrate_allocator.h
80
typedef std::map<BitrateObserver*, int>
ObserverBitrateMap
;
84
ObserverBitrateMap
AllocateBitrates() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
85
ObserverBitrateMap
NormalRateAllocation(uint32_t bitrate,
89
ObserverBitrateMap
LowRateAllocation(uint32_t bitrate)
Completed in 2812 milliseconds