Lines Matching refs:AllocatableTrack
32 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()
459 allocatable_tracks_.push_back(AllocatableTrack(observer, config)); in AddObserver()
566 uint32_t bitrate_allocator_impl::AllocatableTrack::LastAllocatedBitrate() in LastAllocatedBitrate()
575 uint32_t bitrate_allocator_impl::AllocatableTrack::MinBitrateWithHysteresis() in MinBitrateWithHysteresis()