Home
last modified time | relevance | path

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

/external/webrtc/call/
Dbitrate_allocator.h78 struct AllocatableTrack { struct
79 AllocatableTrack(BitrateAllocatorObserver* observer, in AllocatableTrack() function
139 using AllocatableTrack = bitrate_allocator_impl::AllocatableTrack;
154 std::vector<AllocatableTrack> allocatable_tracks_
Dbitrate_allocator.cc32 using bitrate_allocator_impl::AllocatableTrack;
55 const std::vector<AllocatableTrack>& allocatable_tracks, in EnoughBitrateForAllObservers()
78 const std::vector<AllocatableTrack>& allocatable_tracks, in DistributeBitrateEvenly()
85 std::multimap<uint32_t, const AllocatableTrack*> list_max_bitrates; in DistributeBitrateEvenly()
120 const std::vector<AllocatableTrack>& allocatable_tracks, in DistributeBitrateRelatively()
190 const std::vector<AllocatableTrack>& allocatable_tracks, in LowRateAllocation()
256 const std::vector<AllocatableTrack>& allocatable_tracks, in NormalRateAllocation()
297 const std::vector<AllocatableTrack>& allocatable_tracks, in MaxRateAllocation()
314 const std::vector<AllocatableTrack>& allocatable_tracks) { in ZeroRateAllocation()
322 const std::vector<AllocatableTrack>& allocatable_tracks, in AllocateBitrates()
[all …]