Searched refs:AllocatableTrack (Results 1 – 2 of 2) sorted by relevance
78 struct AllocatableTrack { struct79 AllocatableTrack(BitrateAllocatorObserver* observer, in AllocatableTrack() function139 using AllocatableTrack = bitrate_allocator_impl::AllocatableTrack;154 std::vector<AllocatableTrack> allocatable_tracks_
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()[all …]